summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-08-14 13:08:53 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-08-14 13:08:53 +1000
commit5f2b9bb44a9ea727ac1bf8e1b9d5aa9e70741850 (patch)
tree8a104315d7ef3053ebaf9a9145e8dd6867c96130
parent1831ce607baf61939ddede382ee27e193fa1bbef (diff)
downloadmongo-5f2b9bb44a9ea727ac1bf8e1b9d5aa9e70741850.tar.gz
Fix ordering of releases in the documentation landing page.
-rw-r--r--README6
-rw-r--r--RELEASE2
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/package/wiredtiger.spec2
-rw-r--r--src/docs/top/main.dox8
6 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index 7730bad8276..f4a0edad364 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.3.1: (August 14, 2014)
+WiredTiger 2.3.2: (August 14, 2014)
-This is version 2.3.1 of WiredTiger.
+This is version 2.3.2 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.3.1/install.html
+ http://source.wiredtiger.com/2.3.2/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE b/RELEASE
index 3c2e3900a57..ae610872b6d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
WIREDTIGER_VERSION_MINOR=3
-WIREDTIGER_VERSION_PATCH=1
+WIREDTIGER_VERSION_PATCH=2
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 291ae33cccb..315cf95234f 100644
--- a/build_posix/aclocal/version-set.m4
+++ b/build_posix/aclocal/version-set.m4
@@ -2,8 +2,8 @@ dnl build by dist/s_version
VERSION_MAJOR=2
VERSION_MINOR=3
-VERSION_PATCH=1
-VERSION_STRING='"WiredTiger 2.3.1: (August 14, 2014)"'
+VERSION_PATCH=2
+VERSION_STRING='"WiredTiger 2.3.2: (August 14, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 59836b49a12..4c70bdbae16 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.3.1
+2.3.2
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index 2cd7806842c..8f9bf79eda7 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.3.1
+Version: 2.3.2
Release: 1%{?dist}
Summary: WiredTiger data storage engine
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index 706eb17b0f1..183eaa9f044 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),
+@row{<b>WiredTiger 2.3.1</b> (current),
+ <a href="releases/wiredtiger-2.3.1.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.3.1/index.html"><b>[Documentation]</b></a>}
+wrow{<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>Development branch</b>,
<a href="https://github.com/wiredtiger/wiredtiger"><b>[Source code]</b></a>,
<a href="develop/index.html"><b>[Documentation]</b></a>}