From a67bae66dd6a5e4062d63a00773c8e4c3bf4f880 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 21 Mar 2014 13:57:04 -0400 Subject: [PATCH] bump up version number for 2.3.0 RC Signed-off-by: Galen Charlton --- src/perl/lib/OpenSRF.pm | 4 ++-- src/python/setup.py | 2 +- version.m4 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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]) -- 2.11.0