summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r--src/docs/upgrading.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index b27c42b552d..b5eb62740e2 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,18 +1,18 @@
/*! @page upgrading Upgrading WiredTiger applications
-@section version_213 Upgrading to Version 2.1.3
+@section version_220 Upgrading to Version 2.2.0
<dl>
<dt>WT_SESSION::create prefix_compression disabled by default</dt>
<dd>
-In the 2.1.3 release, prefix compression default to \c false. Applications
+In the 2.2.0 release, prefix compression default to \c false. Applications
that benefit from prefix compression will need to explicitly set
\c prefix_compression=true when creating tables.
</dd>
<dt>wiredtiger_open verbose message changes</dt>
<dd>
-In the 2.1.3 release it is now necessary to include \c --enable-verbose
+In the 2.2.0 release it is now necessary to include \c --enable-verbose
in the configure command to be able to use verbose messages.
</dd>