From ba9ab14a7882184da7fd7d8b000e1f06ce3d66cd Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 1 Oct 2019 16:07:02 -0400 Subject: [PATCH] bump up version numbers for 3.2.0-beta release Signed-off-by: Galen Charlton --- README | 10 +++++----- doc/RELEASE_NOTES.txt | 8 ++++---- src/perl/lib/OpenSRF.pm | 4 ++-- src/python/setup.py | 2 +- version.m4 | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README b/README index 4f2f929..2704ddd 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-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 --------------------------------------------------------------------------- + diff --git a/doc/RELEASE_NOTES.txt b/doc/RELEASE_NOTES.txt index 928b017..399ccd8 100644 --- a/doc/RELEASE_NOTES.txt +++ b/doc/RELEASE_NOTES.txt @@ -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 diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index d8040a3..d79bfde 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.0-dev +Version 3.2.0-beta =cut -our $VERSION = "3.000_000"; +our $VERSION = "3.002_001"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index 63c68c2..3a75761 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -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', diff --git a/version.m4 b/version.m4 index 8196ead..5277a11 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[3.0.0-dev]) +m4_define([VERSION_NUMBER],[3.2.0-beta]) -- 2.43.2