update version numbers for 2.5.0-alpha
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Dec 2016 21:55:23 +0000 (16:55 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 7 Dec 2016 21:55:23 +0000 (16:55 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

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

diff --git a/README b/README
index 995ad48..d573e9b 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-OSRFVERSION.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-2.5.0-alpha.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-OSRFVERSION.tar.gz
-cd opensrf-OSRFVERSION/
+tar -xvf opensrf-2.5.0-alpha.tar.gz
+cd opensrf-2.5.0-alpha/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -464,14 +464,14 @@ a2dismod websocket
 .(Debian)
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-2.5.0-alpha
 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 .(Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-2.5.0-alpha
 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
@@ -543,7 +543,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-2.5.0-alpha
 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-OSRFVERSION
+cd /path/to/opensrf-2.5.0-alpha
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index b577ecd..c2b3556 100644 (file)
@@ -16,7 +16,7 @@ Version 2.1.2
 
 =cut
 
-our $VERSION = "2.12";
+our $VERSION = "2.50_1";
 
 =head1 METHODS
 
index c56df95..18909a8 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.1.0',
+    version='2.5.0-alpha',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 450ed42..944d7f0 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.1.2]) 
+m4_define([VERSION_NUMBER],[2.5.0-alpha])