From 9a3ef18779c1421f533347ad2e9326ae8d1d7cdc Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 7 Jun 2019 17:03:45 -0400 Subject: [PATCH] update versions for 3.1.1 Signed-off-by: Galen Charlton --- README | 12 ++++++------ src/perl/lib/OpenSRF.pm | 4 ++-- src/python/setup.py | 2 +- version.m4 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index d5e5ff0..1b211c2 100644 --- 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.1.0.tar.gz +wget https://evergreen-ils.org/downloads/opensrf-3.1.1.tar.gz ------------------------------------------------------------------------------ + [NOTE] @@ -40,8 +40,8 @@ http://git.evergreen-ils.org/?p=OpenSRF.git + [source, bash] ------------------------------------------------------------------------------ -tar -xvf opensrf-3.1.0.tar.gz -cd opensrf-3.1.0/ +tar -xvf opensrf-3.1.1.tar.gz +cd opensrf-3.1.1/ ------------------------------------------------------------------------------ Installing prerequisites @@ -459,7 +459,7 @@ a2dismod websocket + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-3.1.0 +cd /path/to/opensrf-3.1.1 cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + @@ -597,7 +597,7 @@ apt-get install nginx + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-3.1.0 +cd /path/to/opensrf-3.1.1 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 @@ -661,7 +661,7 @@ apt-get install haproxy + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-3.1.0 +cd /path/to/opensrf-3.1.1 cat examples/haproxy/osrf-ws-http-proxy >> /etc/haproxy/haproxy.cfg --------------------------------------------------------------------------- + diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index fea932c..fd3e51e 100644 --- a/src/perl/lib/OpenSRF.pm +++ b/src/perl/lib/OpenSRF.pm @@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules. =head1 VERSION -Version 3.1.0 +Version 3.1.1 =cut -our $VERSION = "3.001000"; +our $VERSION = "3.001001"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index 6f2ae27..19e4e09 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='OpenSRF', - version='3.1.0', + version='3.1.1', install_requires=[ 'dnspython', # required by pyxmpp 'python-memcached', diff --git a/version.m4 b/version.m4 index a15ff17..9e5862b 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[3.1.0]) +m4_define([VERSION_NUMBER],[3.1.1]) -- 2.11.0