Bump version number for 3.2.3
authorJason Boyer <JBoyer@equinoxOLI.org>
Mon, 1 May 2023 15:17:14 +0000 (11:17 -0400)
committerJason Boyer <JBoyer@equinoxOLI.org>
Mon, 1 May 2023 15:17:14 +0000 (11:17 -0400)
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
README
src/perl/lib/OpenSRF.pm
version.m4

diff --git a/README b/README
index 9a2cb17..12ffee8 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.2.tar.gz
+wget https://evergreen-ils.org/downloads/opensrf-3.2.3.tar.gz
 ------------------------------------------------------------------------------
 +
 [NOTE]
@@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git
 +
 [source, bash]
 ------------------------------------------------------------------------------
-tar -xvf opensrf-3.2.2.tar.gz
-cd opensrf-3.2.2/
+tar -xvf opensrf-3.2.3.tar.gz
+cd opensrf-3.2.3/
 ------------------------------------------------------------------------------
 
 Installing prerequisites
@@ -572,7 +572,7 @@ apt-get install nginx
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.2
+cd /path/to/opensrf-3.2.3
 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
@@ -617,7 +617,7 @@ apt-get install haproxy
 +
 [source, bash]
 ---------------------------------------------------------------------------
-cd /path/to/opensrf-3.2.2
+cd /path/to/opensrf-3.2.3
 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg
 ---------------------------------------------------------------------------
 +
index aa4c571..886a499 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 3.2.2
+Version 3.2.3
 
 =cut
 
-our $VERSION = "3.002002";
+our $VERSION = "3.002003";
 
 =head1 METHODS
 
index 2f61879..d4dcfd9 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.2.2]) 
+m4_define([VERSION_NUMBER],[3.2.3])