[OpenSRF-GIT] OpenSRF branch rel_2_3 updated. osrf_rel_2_3_0-beta-10-ga67bae6

Evergreen Git git at git.evergreen-ils.org
Fri Mar 21 13:57:56 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, rel_2_3 has been updated
       via  a67bae66dd6a5e4062d63a00773c8e4c3bf4f880 (commit)
      from  dae3c9a9134d71b6acb1c4905379780694dc2635 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a67bae66dd6a5e4062d63a00773c8e4c3bf4f880
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Fri Mar 21 13:57:04 2014 -0400

    bump up version number for 2.3.0 RC
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index a6ad754..606a1f8 100644
--- a/src/perl/lib/OpenSRF.pm
+++ b/src/perl/lib/OpenSRF.pm
@@ -14,11 +14,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.3.0-beta
+Version 2.3.0-rc
 
 =cut
 
-our $VERSION = "2.30_1";
+our $VERSION = "2.30_2";
 
 =head1 METHODS
 
diff --git a/src/python/setup.py b/src/python/setup.py
index a88b1fd..42e0a26 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.3.0-beta',
+    version='2.3.0-rc',
     install_requires=[
         'dnspython', # required by pyxmpp
     	'python-memcached',
diff --git a/version.m4 b/version.m4
index b7f273d..e9a2539 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.3.0-beta]) 
+m4_define([VERSION_NUMBER],[2.3.0-rc]) 

-----------------------------------------------------------------------

Summary of changes:
 src/perl/lib/OpenSRF.pm |    4 ++--
 src/python/setup.py     |    2 +-
 version.m4              |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list