summaryrefslogtreecommitdiff
path: root/build_posix/aclocal/version-set.m4
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/aclocal/version-set.m4')
-rw-r--r--build_posix/aclocal/version-set.m48
1 files changed, 4 insertions, 4 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)