Skip to content

Commit 30412b8

Browse files
committed
Bump version
1 parent 06bc781 commit 30412b8

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 "a6")
13+
set (GTSAM_PRERELEASE_VERSION "a7")
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)