Skip to content

Commit fdf7ee4

Browse files
committed
Merge 6.6.1
2 parents b46d4be + 7fd76e6 commit fdf7ee4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cmake_minimum_required(VERSION 3.20)
44
# SHAPEWORKS VERSION
55
###########################################
66
SET(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")
1010
SET(SHAPEWORKS_VERSION "${SHAPEWORKS_MAJOR_VERSION}.${SHAPEWORKS_MINOR_VERSION}.${SHAPEWORKS_PATCH_VERSION}")
1111

1212
# First, check that files were checked out properly using git-lfs

Support/deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python Python/RunShapeWorksAutoDoc.py --md_filename docs/tools/ShapeWorksCommand
5858
doxybook2 -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
6262
mike set-default latest
6363

6464
# update docs on github

0 commit comments

Comments
 (0)