Skip to content

Commit 26faf47

Browse files
committed
BUMP 3.4.1
1 parent 3e53f55 commit 26faf47

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
@@ -18,7 +18,7 @@ project(BSONCXX)
1818
# TODO: read from file
1919
set(BSONCXX_VERSION_MAJOR 3)
2020
set(BSONCXX_VERSION_MINOR 4)
21-
set(BSONCXX_VERSION_PATCH 0)
21+
set(BSONCXX_VERSION_PATCH 1)
2222
set(BSONCXX_VERSION_EXTRA "")
2323
set(BSONCXX_ABI_VERSION _noabi)
2424

src/mongocxx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project(MONGOCXX)
1818
# TODO: read from file
1919
set(MONGOCXX_VERSION_MAJOR 3)
2020
set(MONGOCXX_VERSION_MINOR 4)
21-
set(MONGOCXX_VERSION_PATCH 0)
21+
set(MONGOCXX_VERSION_PATCH 1)
2222
set(MONGOCXX_VERSION_EXTRA "")
2323
set(MONGOCXX_ABI_VERSION _noabi)
2424

0 commit comments

Comments
 (0)