Skip to content

Commit 623d501

Browse files
committed
build: post-release bump.
1 parent 0163ed7 commit 623d501

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ include(FindBSON REQUIRED)
1212
set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1313

1414
set (MONGOC_MAJOR_VERSION 0)
15-
set (MONGOC_MINOR_VERSION 92)
15+
set (MONGOC_MINOR_VERSION 93)
1616
set (MONGOC_MICRO_VERSION 0)
1717
set (MONGOC_API_VERSION 1.0)
18-
set (MONGOC_VERSION 0.92.0)
18+
set (MONGOC_VERSION 0.93.0)
1919

2020
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
2121
set (CPACK_PACKAGE_VERSION_MAJOR ${MONGOC_MAJOR_VERSION})

build/autotools/Versions.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
m4_define([mongoc_major_version], [0])
2-
m4_define([mongoc_minor_version], [92])
2+
m4_define([mongoc_minor_version], [93])
33
m4_define([mongoc_micro_version], [0])
44
m4_define([mongoc_version], [mongoc_major_version.mongoc_minor_version.mongoc_micro_version])
55

0 commit comments

Comments
 (0)