Skip to content

Commit 904869e

Browse files
committed
post-release bump
1 parent c455260 commit 904869e

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
2020
set (MONGOC_MAJOR_VERSION 1)
2121
set (MONGOC_MINOR_VERSION 2)
2222
set (MONGOC_MICRO_VERSION 0)
23-
set (MONGOC_PRERELEASE_VERSION rc0)
23+
set (MONGOC_PRERELEASE_VERSION dev)
2424
set (MONGOC_API_VERSION 1.0)
25-
set (MONGOC_VERSION 1.2.0-rc0)
25+
set (MONGOC_VERSION 1.2.0-dev)
2626

2727
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
2828
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,7 +1,7 @@
11
m4_define([mongoc_major_version], [1])
22
m4_define([mongoc_minor_version], [2])
33
m4_define([mongoc_micro_version], [0])
4-
m4_define([mongoc_prerelease_version], [rc0])
4+
m4_define([mongoc_prerelease_version], [dev])
55

66
m4_define(
77
[mongoc_version],

build/rpm/mongo-c-driver.spec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# norootforbuild
22

33
%define DriverName mongo-c-driver
4-
%define DriverVersion 1.2.0-rc0
4+
%define DriverVersion 1.2.0-dev
55
%define BsonName libbson
6-
%define BsonVersion 1.2.0-rc0
7-
6+
%define BsonVersion 1.2.0-dev
87
Name: %{DriverName}
98
Version: %{DriverVersion}
109
Release: 1%{?dist}

doc/mongoc_version.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define MONGOC_MAJOR_VERSION (1)
1919
#define MONGOC_MINOR_VERSION (2)
2020
#define MONGOC_MICRO_VERSION (0)
21-
#define MONGOC_VERSION_S "1.2.0-rc0"
21+
#define MONGOC_VERSION_S "1.2.0-dev"
2222
#define MONGOC_VERSION_HEX ((1 << 24) | (0 << 16) | (0 << 8) | 0)
2323
#define MONGOC_CHECK_VERSION(major, minor, micro)
2424
]]></screen>

0 commit comments

Comments
 (0)