bump up version numbers for 3.1.0-beta release
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 9 Jan 2019 22:18:48 +0000 (17:18 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 9 Jan 2019 22:18:48 +0000 (17:18 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

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

diff --git a/README b/README
index 2b74eed..807023f 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-3.1.0-beta.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-3.1.0-beta.tar.gz
+cd opensrf-3.1.0-beta/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -487,7 +487,7 @@ a2dismod websocket
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-3.1.0-beta
 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/
 ---------------------------------------------------------------------------
 +
@@ -625,7 +625,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-3.1.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
 rm /etc/nginx/sites-enabled/default
@@ -689,7 +689,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-3.1.0-beta
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index 1b81db2..4d1085a 100644 (file)
@@ -1,6 +1,6 @@
-OpenSRF 3.1-beta
-----------------
-OpenSRF 3.1-beta was released on 9 January 2019. This is a major
+OpenSRF 3.1.0-beta
+------------------
+OpenSRF 3.1.0-beta was released on 9 January 2019. This is a major
 release adding several new features and fixing serveral bugs.
 
 New Features and Major Bugfixes
index d8040a3..4f7edcb 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 3.0-dev
+Version 3.1.0-beta
 
 =cut
 
-our $VERSION = "3.000_000";
+our $VERSION = "3.001_001";
 
 =head1 METHODS
 
index 63c68c2..289b791 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='3.0.dev0',
+    version='3.1b0',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 8196ead..1c4be3f 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.0.0-dev]) 
+m4_define([VERSION_NUMBER],[3.1.0-beta])