Update release versions

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/solr-4.x/trunk@1571178 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 5a33719..4e7bbe6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,9 +1,9 @@
 Apache ManifoldCF Plugin for Apache Solr 4.x change Log
 $Id$
 
-======================= 1.3-dev =====================
+======================= 2.1-dev =====================
 
-======================= Release 1.2 =====================
+======================= Release 2.0 =====================
 
 CONNECTORS-886: Provide [allow|deny]_token_parent fields.
 Upgrade to this version now requires reindexing.
diff --git a/README.txt b/README.txt
index 1c80c88..64bad8c 100644
--- a/README.txt
+++ b/README.txt
@@ -25,7 +25,7 @@
 ---------
 
 If you are replacing a version of Apache ManifoldCF Plugin for Apache Solr 4.x that is
-older than version 1.2, you must declare two additional fields (representing parent
+older than version 2.0, you must declare two additional fields (representing parent
 acls and parent deny acls), and reindex all your documents.  Otherwise, the plugin
 will prevent you from viewing any documents.
 
diff --git a/build.xml b/build.xml
index 586da6e..7faf615 100644
--- a/build.xml
+++ b/build.xml
@@ -93,7 +93,7 @@
   <target name="build" depends="deliver" if="downloaded"/>
 
   <target name="set-version">
-      <property name="release-version" value="1.3-dev"/>
+      <property name="release-version" value="2.1-dev"/>
   </target>
     
   <target name="create-source-zip" depends="set-version">