File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ cmake_minimum_required(VERSION 3.20)
44# SHAPEWORKS VERSION
55###########################################
66SET (SHAPEWORKS_MAJOR_VERSION 6 CACHE INTERNAL "Major version number" FORCE )
7- SET (SHAPEWORKS_MINOR_VERSION 6 CACHE INTERNAL "Minor version number" FORCE )
8- SET (SHAPEWORKS_PATCH_VERSION 1 CACHE INTERNAL "Patch version number" FORCE )
9- SET (SHAPEWORKS_VERSION_STRING "6.6.1 " )
7+ SET (SHAPEWORKS_MINOR_VERSION 7 CACHE INTERNAL "Minor version number" FORCE )
8+ SET (SHAPEWORKS_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE )
9+ SET (SHAPEWORKS_VERSION_STRING "6.7.0-dev " )
1010SET (SHAPEWORKS_VERSION "${SHAPEWORKS_MAJOR_VERSION} .${SHAPEWORKS_MINOR_VERSION} .${SHAPEWORKS_PATCH_VERSION} " )
1111
1212# First, check that files were checked out properly using git-lfs
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ python Python/RunShapeWorksAutoDoc.py --md_filename docs/tools/ShapeWorksCommand
5858doxybook2 -i ${INSTALL_DIR} /Documentation/Doxygen/xml -o docs/api -c docs/doxygen/doxybook2.config.json
5959
6060# use mike to mkdocs w/ version
61- mike deploy --config-file ./mkdocs.yml --title " 6.6 (dev)" 6.6 dev --branch gh-pages --update-aliases --no-redirect
61+ mike deploy --config-file ./mkdocs.yml --title " 6.7 (dev)" 6.7 dev --branch gh-pages --update-aliases --no-redirect
6262mike set-default latest
6363
6464# update docs on github
You can’t perform that action at this time.
0 commit comments