bump up version numbers for 3.2.2 release
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 9 Nov 2021 17:08:03 +0000 (12:08 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 9 Nov 2021 17:08:03 +0000 (12:08 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
README
src/perl/lib/OpenSRF.pm
src/python/setup.py
version.m4

diff --git a/README b/README
index e7a098b..a71c4a3 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-3.2.1.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-3.2.2.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-3.2.1.tar.gz
-cd opensrf-3.2.1/
+tar -xvf opensrf-3.2.2.tar.gz
+cd opensrf-3.2.2/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -557,7 +557,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.1
+cd /path/to/opensrf-3.2.2
 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
@@ -602,7 +602,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.1
+cd /path/to/opensrf-3.2.2
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index 33fc1a2..aa4c571 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 3.2.1
+Version 3.2.2
 
 =cut
 
-our $VERSION = "3.002001";
+our $VERSION = "3.002002";
 
 =head1 METHODS
 
index 96a53de..054878c 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='3.2.1',
+    version='3.2.2',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 43b2d71..2f61879 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.2.1]) 
+m4_define([VERSION_NUMBER],[3.2.2])