From: Galen Charlton Date: Fri, 28 Feb 2014 00:52:15 +0000 (-0800) Subject: bump up version numbers of OpenSRF 2.3.0-beta X-Git-Tag: osrf_rel_2_3_0-beta~1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d6688eade4a5947efd5280768fc549942a22e451;p=OpenSRF.git bump up version numbers of OpenSRF 2.3.0-beta Signed-off-by: Galen Charlton --- diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index 3959bd0..a6ad754 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.1.2 +Version 2.3.0-beta =cut -our $VERSION = "2.12"; +our $VERSION = "2.30_1"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index c56df95..a88b1fd 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='OpenSRF', - version='2.1.0', + version='2.3.0-beta', install_requires=[ 'dnspython', # required by pyxmpp 'python-memcached', diff --git a/version.m4 b/version.m4 index 450ed42..b7f273d 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[2.1.2]) +m4_define([VERSION_NUMBER],[2.3.0-beta])