Skip to content

Commit d95bbdc

Browse files
author
Christian Hergert
committed
build: post-release bump to 0.96.1.
1 parent 30bdc2d commit d95bbdc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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 96)
16-
set (MONGOC_MICRO_VERSION 0)
16+
set (MONGOC_MICRO_VERSION 1)
1717
set (MONGOC_API_VERSION 1.0)
18-
set (MONGOC_VERSION 0.96.0)
18+
set (MONGOC_VERSION 0.96.1)
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,6 +1,6 @@
11
m4_define([mongoc_major_version], [0])
22
m4_define([mongoc_minor_version], [96])
3-
m4_define([mongoc_micro_version], [0])
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

doc/mongoc_version.page

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
#define MONGOC_MAJOR_VERSION (0)
1919
#define MONGOC_MINOR_VERSION (96)
20-
#define MONGOC_MICRO_VERSION (0)
21-
#define MONGOC_VERSION_S "0.96.0"
20+
#define MONGOC_MICRO_VERSION (1)
21+
#define MONGOC_VERSION_S "0.96.1"
2222
#define MONGOC_VERSION_HEX ((0 << 24) | (94 << 16) | (2 << 8) | 0)
2323
#define MONGOC_CHECK_VERSION(major, minor, micro)
2424
]]></screen>

0 commit comments

Comments
 (0)