bump up version number to 2.3.0
authorGalen Charlton <gmc@esilibrary.com>
Fri, 28 Mar 2014 20:14:10 +0000 (13:14 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 28 Mar 2014 20:14:10 +0000 (13:14 -0700)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
doc/RELEASE_NOTES.txt
src/perl/lib/OpenSRF.pm
src/python/setup.py
version.m4

index f64067a..7f2e7cd 100644 (file)
@@ -1,5 +1,5 @@
-Release notes for OpenSRF 2.3.0-rc
-==================================
+Release notes for OpenSRF 2.3.0
+===============================
 
 Supported platforms
 -------------------
index 606a1f8..6cf6121 100644 (file)
@@ -14,11 +14,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.3.0-rc
+Version 2.3.0
 
 =cut
 
-our $VERSION = "2.30_2";
+our $VERSION = "2.30";
 
 =head1 METHODS
 
index 42e0a26..404a27e 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.3.0-rc',
+    version='2.3.0',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index e9a2539..f93d57a 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.3.0-rc]) 
+m4_define([VERSION_NUMBER],[2.3.0])