Skip to content

Commit 1498819

Browse files
committed
BUMP 3.2.1
1 parent 293003a commit 1498819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bsoncxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project(BSONCXX)
1919
set(BSONCXX_VERSION_MAJOR 3)
2020
set(BSONCXX_VERSION_MINOR 2)
2121
set(BSONCXX_VERSION_PATCH 1)
22-
set(BSONCXX_VERSION_EXTRA "-pre")
22+
set(BSONCXX_VERSION_EXTRA "")
2323
set(BSONCXX_ABI_VERSION _noabi)
2424

2525
option(BSONCXX_POLY_USE_MNMLSTC "Use MNMLSTC/core for stdx polyfills" OFF)

src/mongocxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project(MONGOCXX)
1919
set(MONGOCXX_VERSION_MAJOR 3)
2020
set(MONGOCXX_VERSION_MINOR 2)
2121
set(MONGOCXX_VERSION_PATCH 1)
22-
set(MONGOCXX_VERSION_EXTRA "-pre")
22+
set(MONGOCXX_VERSION_EXTRA "")
2323
set(MONGOCXX_ABI_VERSION _noabi)
2424

2525
option(MONGOCXX_ENABLE_SSL "Enable SSL - if the underlying C driver offers it" ON)

0 commit comments

Comments
 (0)