From 95c5bcd2509fc92a399b073e8c5f04eb767089a5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 28 Mar 2014 13:14:10 -0700 Subject: [PATCH] bump up version number to 2.3.0 Signed-off-by: Galen Charlton --- doc/RELEASE_NOTES.txt | 4 ++-- src/perl/lib/OpenSRF.pm | 4 ++-- src/python/setup.py | 2 +- version.m4 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt index f64067a..7f2e7cd 100644 --- a/doc/RELEASE_NOTES.txt +++ b/doc/RELEASE_NOTES.txt @@ -1,5 +1,5 @@ -Release notes for OpenSRF 2.3.0-rc -================================== +Release notes for OpenSRF 2.3.0 +=============================== Supported platforms ------------------- diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index 606a1f8..6cf6121 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-rc +Version 2.3.0 =cut -our $VERSION = "2.30_2"; +our $VERSION = "2.30"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index 42e0a26..404a27e 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-rc', + version='2.3.0', install_requires=[ 'dnspython', # required by pyxmpp 'python-memcached', diff --git a/version.m4 b/version.m4 index e9a2539..f93d57a 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[2.3.0-rc]) +m4_define([VERSION_NUMBER],[2.3.0]) -- 2.11.0