Skip to content

Commit

Permalink
Bump version to 4.2a3
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert authored Jan 16, 2022
1 parent 4235334 commit 91de3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()
set (GTSAM_VERSION_MAJOR 4)
set (GTSAM_VERSION_MINOR 2)
set (GTSAM_VERSION_PATCH 0)
set (GTSAM_PRERELEASE_VERSION "a2")
set (GTSAM_PRERELEASE_VERSION "a3")
math (EXPR GTSAM_VERSION_NUMERIC "10000 * ${GTSAM_VERSION_MAJOR} + 100 * ${GTSAM_VERSION_MINOR} + ${GTSAM_VERSION_PATCH}")

if (${GTSAM_VERSION_PATCH} EQUAL 0)
Expand Down

0 comments on commit 91de3cb

Please sign in to comment.