update version numbers for 2.5.0-alpha2
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 16 Feb 2017 20:16:21 +0000 (15:16 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 16 Feb 2017 20:16:21 +0000 (15:16 -0500)
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 d573e9b..6bca63a 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-alpha.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-2.5.0-alpha2.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-2.5.0-alpha.tar.gz
-cd opensrf-2.5.0-alpha/
+tar -xvf opensrf-2.5.0-alpha2.tar.gz
+cd opensrf-2.5.0-alpha2/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -464,14 +464,14 @@ a2dismod websocket
 .(Debian)
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha
+cd /path/to/opensrf-2.5.0-alpha2
 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 .(Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha
+cd /path/to/opensrf-2.5.0-alpha2
 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
@@ -543,7 +543,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha
+cd /path/to/opensrf-2.5.0-alpha2
 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
 ---------------------------------------------------------------------------
@@ -597,7 +597,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha
+cd /path/to/opensrf-2.5.0-alpha2
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index c2b3556..801f243 100644 (file)
@@ -16,7 +16,7 @@ Version 2.1.2
 
 =cut
 
-our $VERSION = "2.50_1";
+our $VERSION = "2.50_2";
 
 =head1 METHODS
 
index 18909a8..836d174 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.5.0-alpha',
+    version='2.5.0-alpha2',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 944d7f0..5767869 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.5.0-alpha]) 
+m4_define([VERSION_NUMBER],[2.5.0-alpha2])