summaryrefslogtreecommitdiff
path: root/build_posix/aclocal
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-02-03 13:56:10 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-02-03 13:56:10 +1100
commit39935279cf4a63490604d834ecba8b076fabf030 (patch)
tree0e86aff29bac40694f3f66ee93e85997ea8f1d9f /build_posix/aclocal
parent180b9a6dfa1d6d3be2d9cae238259bdaf691512f (diff)
downloadmongo-39935279cf4a63490604d834ecba8b076fabf030.tar.gz
Update to 1.0release-1.01.0.0
Diffstat (limited to 'build_posix/aclocal')
-rw-r--r--build_posix/aclocal/version-set.m48
-rw-r--r--build_posix/aclocal/version.m42
2 files changed, 5 insertions, 5 deletions
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index f808f217b61..d04b5d1559c 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=10
+VERSION_MAJOR=1
+VERSION_MINOR=0
VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 0.10.0: (January 13, 2012)"'
+VERSION_STRING='"WiredTiger 1.0.0: (February 3, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=0.10
+VERSION_NOPATCH=1.0
AC_SUBST(VERSION_NOPATCH)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index d134cf15fad..41b058aeebd 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
-0.10.0
+1.0.0