Skip to content

Commit 315df6c

Browse files
authored
Merge pull request #1100 from borglab/release/4.2a5
2 parents 916dc74 + 46f3a48 commit 315df6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ endif()
1111
set (GTSAM_VERSION_MAJOR 4)
1212
set (GTSAM_VERSION_MINOR 2)
1313
set (GTSAM_VERSION_PATCH 0)
14-
set (GTSAM_PRERELEASE_VERSION "a4")
14+
set (GTSAM_PRERELEASE_VERSION "a5")
1515
math (EXPR GTSAM_VERSION_NUMERIC "10000 * ${GTSAM_VERSION_MAJOR} + 100 * ${GTSAM_VERSION_MINOR} + ${GTSAM_VERSION_PATCH}")
1616

1717
if (${GTSAM_VERSION_PATCH} EQUAL 0)

0 commit comments

Comments
 (0)