From 7e8571b44ffaca74b89d8b53e8ef45ff8b7d6744 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 11 Sep 2017 17:23:52 -0400 Subject: [PATCH] update version stamp for 2.5.1 Signed-off-by: Galen Charlton --- README | 14 +++++++------- src/perl/lib/OpenSRF.pm | 4 ++-- src/python/setup.py | 2 +- version.m4 | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index 6163617..5ab2af6 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Issue the following commands as the *user* Linux account. + [source, bash] ------------------------------------------------------------------------------ -wget https://evergreen-ils.org/downloads/opensrf-2.5.0.tar.gz +wget https://evergreen-ils.org/downloads/opensrf-2.5.1.tar.gz ------------------------------------------------------------------------------ + [NOTE] @@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git + [source, bash] ------------------------------------------------------------------------------ -tar -xvf opensrf-2.5.0.tar.gz -cd opensrf-2.5.0/ +tar -xvf opensrf-2.5.1.tar.gz +cd opensrf-2.5.1/ ------------------------------------------------------------------------------ Installing prerequisites @@ -468,14 +468,14 @@ a2dismod websocket .(Debian Wheezy) [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-2.5.0 +cd /path/to/opensrf-2.5.1 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + .(Debian Jessie / Ubuntu Trusty / Xenial) [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-2.5.0 +cd /path/to/opensrf-2.5.1 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + @@ -548,7 +548,7 @@ apt-get install nginx + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-2.5.0 +cd /path/to/opensrf-2.5.1 cp examples/nginx/osrf-ws-http-proxy /etc/nginx/sites-available/ ln -s /etc/nginx/sites-available/osrf-ws-http-proxy /etc/nginx/sites-enabled/osrf-ws-http-proxy rm /etc/nginx/sites-enabled/default @@ -604,7 +604,7 @@ apt-get install haproxy + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-2.5.0 +cd /path/to/opensrf-2.5.1 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg --------------------------------------------------------------------------- + diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index dcd193d..514e9bd 100644 --- a/src/perl/lib/OpenSRF.pm +++ b/src/perl/lib/OpenSRF.pm @@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules. =head1 VERSION -Version 2.5.0 +Version 2.5.1 =cut -our $VERSION = "2.50"; +our $VERSION = "2.51"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index fc05514..97d3315 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='OpenSRF', - version='2.5.0', + version='2.5.1', install_requires=[ 'dnspython', # required by pyxmpp 'python-memcached', diff --git a/version.m4 b/version.m4 index 6467876..bb0eb60 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[2.5.0]) +m4_define([VERSION_NUMBER],[2.5.1]) -- 2.43.2