Skip to content

Commit ae890d9

Browse files
committed
Update version to 4.3a1
1 parent 663bdb6 commit ae890d9

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
@@ -7,7 +7,7 @@ endif()
77
set (GTSAM_VERSION_MAJOR 4)
88
set (GTSAM_VERSION_MINOR 3)
99
set (GTSAM_VERSION_PATCH 0)
10-
set (GTSAM_PRERELEASE_VERSION "a0")
10+
set (GTSAM_PRERELEASE_VERSION "a1")
1111
math (EXPR GTSAM_VERSION_NUMERIC "10000 * ${GTSAM_VERSION_MAJOR} + 100 * ${GTSAM_VERSION_MINOR} + ${GTSAM_VERSION_PATCH}")
1212

1313
# Set the version string for the library.

0 commit comments

Comments
 (0)