We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663bdb6 commit ae890d9Copy full SHA for ae890d9
CMakeLists.txt
@@ -7,7 +7,7 @@ endif()
7
set (GTSAM_VERSION_MAJOR 4)
8
set (GTSAM_VERSION_MINOR 3)
9
set (GTSAM_VERSION_PATCH 0)
10
-set (GTSAM_PRERELEASE_VERSION "a0")
+set (GTSAM_PRERELEASE_VERSION "a1")
11
math (EXPR GTSAM_VERSION_NUMERIC "10000 * ${GTSAM_VERSION_MAJOR} + 100 * ${GTSAM_VERSION_MINOR} + ${GTSAM_VERSION_PATCH}")
12
13
# Set the version string for the library.
0 commit comments