udpate version stamps for 2.5.0-beta
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 21 Feb 2017 22:26:20 +0000 (17:26 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 21 Feb 2017 22:26:20 +0000 (17:26 -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 1755a6d..248c8ec 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-alpha2.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-2.5.0-beta.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-2.5.0-alpha2.tar.gz
-cd opensrf-2.5.0-alpha2/
+tar -xvf opensrf-2.5.0-beta.tar.gz
+cd opensrf-2.5.0-beta/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -469,14 +469,14 @@ a2dismod websocket
 .(Debian)
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha2
+cd /path/to/opensrf-2.5.0-beta
 cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
 .(Ubuntu Trusty / Xenial)
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha2
+cd /path/to/opensrf-2.5.0-beta
 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-alpha2
+cd /path/to/opensrf-2.5.0-beta
 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
 ---------------------------------------------------------------------------
@@ -603,7 +603,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-2.5.0-alpha2
+cd /path/to/opensrf-2.5.0-beta
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index 1560cca..9f4d147 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.1.2
+Version 2.5.0-beta
 
 =cut
 
-our $VERSION = "2.50_2";
+our $VERSION = "2.50_3";
 
 =head1 METHODS
 
index 836d174..97901d8 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.5.0-alpha2',
+    version='2.5.0-beta',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 5767869..b55c254 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.5.0-alpha2]) 
+m4_define([VERSION_NUMBER],[2.5.0-beta])