Skip to content

Commit a0237ac

Browse files
committed
post-release bump
1 parent 221708f commit a0237ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1313

1414
set (MONGOC_MAJOR_VERSION 1)
1515
set (MONGOC_MINOR_VERSION 1)
16-
set (MONGOC_MICRO_VERSION 7)
17-
set (MONGOC_PRERELEASE_VERSION )
16+
set (MONGOC_MICRO_VERSION 8)
17+
set (MONGOC_PRERELEASE_VERSION dev)
1818
set (MONGOC_API_VERSION 1.0)
19-
set (MONGOC_VERSION 1.1.7)
19+
set (MONGOC_VERSION 1.1.8-dev)
2020

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

build/autotools/Versions.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
m4_define([mongoc_major_version], [1])
22
m4_define([mongoc_minor_version], [1])
3-
m4_define([mongoc_micro_version], [7])
4-
m4_define([mongoc_prerelease_version], [])
3+
m4_define([mongoc_micro_version], [8])
4+
m4_define([mongoc_prerelease_version], [dev])
55

66
m4_define(
77
[mongoc_version],

0 commit comments

Comments
 (0)