Skip to content

Commit 09e4a7e

Browse files
committed
post r3.1.3
1 parent 002fbaf commit 09e4a7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bsoncxx/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ project(BSONCXX)
1818
# TODO: read from file
1919
set(BSONCXX_VERSION_MAJOR 3)
2020
set(BSONCXX_VERSION_MINOR 1)
21-
set(BSONCXX_VERSION_PATCH 3)
22-
set(BSONCXX_VERSION_EXTRA "")
21+
set(BSONCXX_VERSION_PATCH 4)
22+
set(BSONCXX_VERSION_EXTRA "-pre")
2323
set(BSONCXX_ABI_VERSION _noabi)
2424

2525
set(BSONCXX_POLY_USE_MNMLSTC_DEFAULT ON)

src/mongocxx/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ find_package(LibMongoC ${LIBMONGOC_REQUIRED_VERSION} REQUIRED)
2626
# TODO: read from file
2727
set(MONGOCXX_VERSION_MAJOR 3)
2828
set(MONGOCXX_VERSION_MINOR 1)
29-
set(MONGOCXX_VERSION_PATCH 3)
30-
set(MONGOCXX_VERSION_EXTRA "")
29+
set(MONGOCXX_VERSION_PATCH 4)
30+
set(MONGOCXX_VERSION_EXTRA "-pre")
3131
set(MONGOCXX_ABI_VERSION _noabi)
3232

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

0 commit comments

Comments
 (0)