Skip to content

Commit a069c17

Browse files
committed
build: release 0.92.2 with some build fixes for win32.
1 parent 351ede4 commit a069c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1313

1414
set (MONGOC_MAJOR_VERSION 0)
1515
set (MONGOC_MINOR_VERSION 92)
16-
set (MONGOC_MICRO_VERSION 1)
16+
set (MONGOC_MICRO_VERSION 2)
1717
set (MONGOC_API_VERSION 1.0)
18-
set (MONGOC_VERSION 0.92.1)
18+
set (MONGOC_VERSION 0.92.2)
1919

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

build/autotools/Versions.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([mongoc_major_version], [0])
22
m4_define([mongoc_minor_version], [92])
3-
m4_define([mongoc_micro_version], [1])
3+
m4_define([mongoc_micro_version], [2])
44
m4_define([mongoc_version], [mongoc_major_version.mongoc_minor_version.mongoc_micro_version])
55

66
# bump up by 1 for every micro release with no API changes, otherwise

0 commit comments

Comments
 (0)