diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-09-20 13:04:16 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-09-20 13:04:16 +1000 |
commit | 54f78c05e3520f34301a1c5ed84afafb2f615f82 (patch) | |
tree | 44e531792ab656e4572898476f18e0cec6bd164d /build_posix/aclocal/version-set.m4 | |
parent | bf053d39a948b26f37d5f5492dd054863aac82e0 (diff) | |
download | mongo-54f78c05e3520f34301a1c5ed84afafb2f615f82.tar.gz |
Bump the version to something closer to 1.0.
Diffstat (limited to 'build_posix/aclocal/version-set.m4')
-rw-r--r-- | build_posix/aclocal/version-set.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4 index d41c4c14fbc..65373cac99e 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=0 -VERSION_MINOR=7 +VERSION_MINOR=9 VERSION_PATCH=0 -VERSION_STRING='"WiredTiger 0.7.0: (September 11, 2011)"' +VERSION_STRING='"WiredTiger 0.9.0: (September 20, 2011)"' AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) AC_SUBST(VERSION_PATCH) AC_SUBST(VERSION_STRING) -VERSION_NOPATCH=. +VERSION_NOPATCH=0.9 AC_SUBST(VERSION_NOPATCH) |