From 0d2b7cdd6cc6e68185d40bb173f7447977d6f2d1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 21 Sep 2017 11:37:50 -0400 Subject: [PATCH] update version numbers for 3.0.0-alpha Signed-off-by: Galen Charlton --- README | 14 +++++++------- src/perl/lib/OpenSRF.pm | 4 ++-- src/python/setup.py | 2 +- version.m4 | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index 46c311e..e917a67 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.0.0-alpha.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.0.0-alpha.tar.gz +cd opensrf-3.0.0-alpha/ ------------------------------------------------------------------------------ Installing prerequisites @@ -469,14 +469,14 @@ a2dismod websocket .(Debian Wheezy) [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-OSRFVERSION +cd /path/to/opensrf-3.0.0-alpha cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + .(Debian Jessie/Stretch, Ubuntu Trusty/Xenial) [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-OSRFVERSION +cd /path/to/opensrf-3.0.0-alpha cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + @@ -549,7 +549,7 @@ apt-get install nginx + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-OSRFVERSION +cd /path/to/opensrf-3.0.0-alpha 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 @@ -605,7 +605,7 @@ apt-get install haproxy + [source, bash] --------------------------------------------------------------------------- -cd /path/to/opensrf-OSRFVERSION +cd /path/to/opensrf-3.0.0-alpha 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 d8040a3..576b486 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.0.0-alpha =cut -our $VERSION = "3.000_000"; +our $VERSION = "3.000_001"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index 63c68c2..360bedc 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.0a0', install_requires=[ 'dnspython', # required by pyxmpp 'python-memcached', diff --git a/version.m4 b/version.m4 index 8196ead..98f329a 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[3.0.0-dev]) +m4_define([VERSION_NUMBER],[3.0.0-alpha]) -- 2.43.2