Skip to content

Commit c57988f

Browse files
committed
Switch to 4.2a9 version
1 parent d6e87ec commit c57988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010
set (GTSAM_VERSION_MAJOR 4)
1111
set (GTSAM_VERSION_MINOR 2)
1212
set (GTSAM_VERSION_PATCH 0)
13-
set (GTSAM_PRERELEASE_VERSION "")
13+
set (GTSAM_PRERELEASE_VERSION "a9")
1414
math (EXPR GTSAM_VERSION_NUMERIC "10000 * ${GTSAM_VERSION_MAJOR} + 100 * ${GTSAM_VERSION_MINOR} + ${GTSAM_VERSION_PATCH}")
1515

1616
if (${GTSAM_VERSION_PATCH} EQUAL 0)

0 commit comments

Comments
 (0)