Skip to content

Commit 351ede4

Browse files
author
Christian Hergert
committed
build: should have bumped to 0.92.1, not 0.93.0.
1 parent 0b5478d commit 351ede4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+3-3
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 93)
16-
set (MONGOC_MICRO_VERSION 0)
15+
set (MONGOC_MINOR_VERSION 92)
16+
set (MONGOC_MICRO_VERSION 1)
1717
set (MONGOC_API_VERSION 1.0)
18-
set (MONGOC_VERSION 0.93.0)
18+
set (MONGOC_VERSION 0.92.1)
1919

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

build/autotools/Versions.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([mongoc_major_version], [0])
2-
m4_define([mongoc_minor_version], [93])
3-
m4_define([mongoc_micro_version], [0])
2+
m4_define([mongoc_minor_version], [92])
3+
m4_define([mongoc_micro_version], [1])
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)