From d6688eade4a5947efd5280768fc549942a22e451 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 27 Feb 2014 16:52:15 -0800 Subject: [PATCH] bump up version numbers of OpenSRF 2.3.0-beta 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 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]) -- 2.11.0