bump up version numbers for 3.2.0-beta release
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 1 Oct 2019 20:07:02 +0000 (16:07 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 1 Oct 2019 20:07:02 +0000 (16:07 -0400)
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 4f2f929..2704ddd 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.2.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.2.0-beta.tar.gz
+cd opensrf-3.2.0-beta/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -541,7 +541,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-3.2.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
@@ -586,7 +586,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-OSRFVERSION
+cd /path/to/opensrf-3.2.0-beta
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index 928b017..399ccd8 100644 (file)
@@ -1,6 +1,6 @@
-OpenSRF 3.2-beta
-----------------
-OpenSRF 3.2-beta was released on 1 October 2019. This release adds
+OpenSRF 3.2.0-beta
+------------------
+OpenSRF 3.2.0-beta was released on 1 October 2019. This release adds
 support for Debian 10 Buster and deprecates the Apache `mod_websocket`
 backend for the WebSockets gateway but does not add new features.
 
@@ -53,7 +53,7 @@ OpenSRF 3.2 can be used by Evergreen 3.1.x, 3.2.x, 3.3.x, and 3.4.x.
 Acknowledgements
 ~~~~~~~~~~~~~~~
 
-We would like to thank the following people who contributed to OpenSRF 3.2-beta:
+We would like to thank the following people who contributed to OpenSRF 3.2.0-beta:
 
   * Jason Boyer
   * Galen Charlton
index d8040a3..d79bfde 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 3.0-dev
+Version 3.2.0-beta
 
 =cut
 
-our $VERSION = "3.000_000";
+our $VERSION = "3.002_001";
 
 =head1 METHODS
 
index 63c68c2..3a75761 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='3.0.dev0',
+    version='3.2b0',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 8196ead..5277a11 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.0.0-dev]) 
+m4_define([VERSION_NUMBER],[3.2.0-beta])