Update release version

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/integration/solr-3.x/branches/release-2.0-branch@1571173 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 62a05cc..323eeea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 Apache ManifoldCF Plugin for Apache Solr 3.x change Log
 $Id$
 
-======================= 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 c37151a..5a9d3c6 100644
--- a/README.txt
+++ b/README.txt
@@ -24,7 +24,7 @@
 ---------
 
 If you are replacing a version of Apache ManifoldCF Plugin for Apache Solr 3.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 8ab38b1..c3fe061 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.2"/>
+      <property name="release-version" value="2.0"/>
   </target>
     
   <target name="create-source-zip" depends="set-version">