Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit d08da2e

Browse files
committed
post-release bump
1 parent 5f308d7 commit d08da2e

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
@@ -11,10 +11,10 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1111

1212
set (BSON_MAJOR_VERSION 1)
1313
set (BSON_MINOR_VERSION 1)
14-
set (BSON_MICRO_VERSION 8)
15-
set (BSON_PRERELEASE_VERSION )
14+
set (BSON_MICRO_VERSION 9)
15+
set (BSON_PRERELEASE_VERSION dev)
1616
set (BSON_API_VERSION 1.0)
17-
set (BSON_VERSION 1.1.8)
17+
set (BSON_VERSION 1.1.9-dev)
1818

1919
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
2020
set (CPACK_PACKAGE_VERSION_MAJOR ${BSON_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([bson_major_version], [1])
22
m4_define([bson_minor_version], [1])
3-
m4_define([bson_micro_version], [8])
4-
m4_define([bson_prerelease_version], [])
3+
m4_define([bson_micro_version], [9])
4+
m4_define([bson_prerelease_version], [dev])
55

66
m4_define(
77
[bson_version],

0 commit comments

Comments
 (0)