summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--RELEASE4
-rw-r--r--build_posix/aclocal/version-set.m48
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/package/wiredtiger.spec2
-rw-r--r--src/docs/top/main.dox6
6 files changed, 14 insertions, 14 deletions
diff --git a/README b/README
index f76ece606da..544dd564731 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.2.2: (June 25, 2014)
+WiredTiger 2.3.0: (July 29, 2014)
-This is version 2.2.2 of WiredTiger.
+This is version 2.3.0 of WiredTiger.
WiredTiger release packages and documentation can be found at:
@@ -9,7 +9,7 @@ WiredTiger release packages and documentation can be found at:
Information on configuring, building and installing WiredTiger can be
found at:
- http://source.wiredtiger.com/2.2.2/install.html
+ http://source.wiredtiger.com/2.3.0/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE b/RELEASE
index a4450c1ae15..9ef1fb57dc0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
-WIREDTIGER_VERSION_MINOR=2
-WIREDTIGER_VERSION_PATCH=2
+WIREDTIGER_VERSION_MINOR=3
+WIREDTIGER_VERSION_PATCH=0
WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH"
WIREDTIGER_RELEASE_DATE=`date "+%B %e, %Y"`
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index 912af060088..7eb396559c0 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=2
-VERSION_PATCH=2
-VERSION_STRING='"WiredTiger 2.2.2: (June 25, 2014)"'
+VERSION_MINOR=3
+VERSION_PATCH=0
+VERSION_STRING='"WiredTiger 2.3.0: (July 29, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION_PATCH)
AC_SUBST(VERSION_STRING)
-VERSION_NOPATCH=2.2
+VERSION_NOPATCH=2.3
AC_SUBST(VERSION_NOPATCH)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 7496b868b78..e158557e59e 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.2.2
+2.3.0
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index 2e3c29196c8..6182ee9872d 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.2.2
+Version: 2.3.0
Release: 1%{?dist}
Summary: WiredTiger data storage engine
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index f3ead8b0e98..706eb17b0f1 100644
--- a/src/docs/top/main.dox
+++ b/src/docs/top/main.dox
@@ -6,12 +6,12 @@ WiredTiger is an high performance, scalable, production quality, NoSQL,
@section releases Releases
<table>
+@row{<b>WiredTiger 2.3.0</b> (previous),
+ <a href="releases/wiredtiger-2.3.0.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.3.0/index.html"><b>[Documentation]</b></a>}
@row{<b>WiredTiger 2.2.1</b> (current),
<a href="releases/wiredtiger-2.2.1.tar.bz2"><b>[Release package]</b></a>,
<a href="2.2.1/index.html"><b>[Documentation]</b></a>}
-@row{<b>WiredTiger 2.1.2</b> (previous),
- <a href="releases/wiredtiger-2.1.2.tar.bz2"><b>[Release package]</b></a>,
- <a href="2.1.2/index.html"><b>[Documentation]</b></a>}
@row{<b>Development branch</b>,
<a href="https://github.com/wiredtiger/wiredtiger"><b>[Source code]</b></a>,
<a href="develop/index.html"><b>[Documentation]</b></a>}