diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2015-04-22 17:21:15 +1000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2015-04-22 17:21:15 +1000 |
commit | 9344a30652a6b93b47b24f19a004985b2dca6149 (patch) | |
tree | 949abac5be44b5cf9d113b5cf07540117e7109e5 /build_posix/aclocal | |
parent | bec4c5c569b0540ca6fd680320cef8b25eb76a72 (diff) | |
download | mongo-9344a30652a6b93b47b24f19a004985b2dca6149.tar.gz |
Bump release tag on develop branch to 2.6.0
Diffstat (limited to 'build_posix/aclocal')
-rw-r--r-- | build_posix/aclocal/version-set.m4 | 8 | ||||
-rw-r--r-- | build_posix/aclocal/version.m4 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4 index e12e227c8b7..af888b66468 100644 --- a/build_posix/aclocal/version-set.m4 +++ b/build_posix/aclocal/version-set.m4 @@ -1,14 +1,14 @@ dnl build by dist/s_version VERSION_MAJOR=2 -VERSION_MINOR=5 -VERSION_PATCH=3 -VERSION_STRING='"WiredTiger 2.5.3: (April 22, 2015)"' +VERSION_MINOR=6 +VERSION_PATCH=0 +VERSION_STRING='"WiredTiger 2.6.0: (April 22, 2015)"' AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION_PATCH) AC_SUBST(VERSION_STRING) -VERSION_NOPATCH=2.5 +VERSION_NOPATCH=2.6 AC_SUBST(VERSION_NOPATCH) diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4 index 94a84e72955..773cd0742cb 100644 --- a/build_posix/aclocal/version.m4 +++ b/build_posix/aclocal/version.m4 @@ -1,2 +1,2 @@ dnl WiredTiger product version for AC_INIT. Maintained by dist/s_version -2.5.3 +2.6.0 |