From: Galen Charlton Date: Fri, 28 Mar 2014 20:14:10 +0000 (-0700) Subject: bump up version number to 2.3.0 X-Git-Tag: osrf_rel_2_3_0~1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=95c5bcd2509fc92a399b073e8c5f04eb767089a5;p=OpenSRF.git bump up version number to 2.3.0 Signed-off-by: Galen Charlton --- 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])