Increased version number to 2.3.22-rc01
diff --git a/src/main/resources/freemarker/version.properties b/src/main/resources/freemarker/version.properties
index 78e8122..81d4922 100644
--- a/src/main/resources/freemarker/version.properties
+++ b/src/main/resources/freemarker/version.properties
@@ -39,7 +39,7 @@
 #   continue working without modification or recompilation.
 # - When the major version number is increased, major backward
 #   compatibility violations are allowed, but still should be avoided.
-version=2.3.22-nightly_@timestampInVersion@
+version=2.3.22-rc1
 # This exists as oss.sonatype only allows SNAPSHOT and final releases,
 # so instead 2.3.21-rc01 and such we have to use 2.3.21-SNAPSHOT.
 # For final releases it's the same as "version".
@@ -56,7 +56,7 @@
 #   2.4.0.rc01
 #   2.4.0.pre01
 #   2.4.0.nightly_@timestampInVersion@
-versionForOSGi=2.3.22.nightly_@timestampInVersion@
+versionForOSGi=2.3.22.rc01
 
 # Version string that conforms to legacy MF
 # -----------------------------------------
@@ -74,7 +74,7 @@
 # "97 denotes "nightly", 98 denotes "pre", 99 denotes "rc" build.
 # In general, for the nightly/preview/rc Y of version 2.X, the versionForMf is
 # 2.X-1.(99|98).Y. Note the X-1.
-versionForMf=2.3.21.97
+versionForMf=2.3.21.99.1
 
 # The date of the build.
 # This should be automatically filled by the building tool (Ant).
diff --git a/src/manual/book.xml b/src/manual/book.xml
index 91e2760..93663d0 100644
--- a/src/manual/book.xml
+++ b/src/manual/book.xml
@@ -8,7 +8,7 @@
       xmlns:ns="http://docbook.org/ns/docbook">
   <title>FreeMarker Manual</title>
 
-  <subtitle>For FreeMarker 2.3.22-nightly</subtitle>
+  <subtitle>For FreeMarker 2.3.22 Release Candidate 1</subtitle>
 
   <preface xml:id="preface">
     <title>Preface</title>
@@ -22009,9 +22009,9 @@
       <title>Version history</title>
 
       <section xml:id="versions_2_3_22">
-        <title>2.3.22</title>
+        <title>2.3.22 Release Candidate 1</title>
 
-        <para>Date of release: FIXME</para>
+        <para>Date of release: 2015-01-28</para>
 
         <para>Note that since 2.3.22 is designed to be fully backward
         compatible with the previous 2.3.x releases, <emphasis>some of the