update version stamp for 2.5.1
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 11 Sep 2017 21:23:52 +0000 (17:23 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 11 Sep 2017 21:23:52 +0000 (17:23 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

README
src/perl/lib/OpenSRF.pm
src/python/setup.py
version.m4

diff --git a/README b/README
index 6163617..5ab2af6 100644 (file)
--- 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
 ---------------------------------------------------------------------------
 +
index dcd193d..514e9bd 100644 (file)
@@ -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
 
index fc05514..97d3315 100644 (file)
@@ -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',
index 6467876..bb0eb60 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.5.0]) 
+m4_define([VERSION_NUMBER],[2.5.1])