[OpenSRF-GIT] OpenSRF branch master updated. 0096dc1faf094a1548eb0dd595bb3155a8d2c124
Evergreen Git
git at git.evergreen-ils.org
Wed May 30 22:47:35 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, master has been updated
via 0096dc1faf094a1548eb0dd595bb3155a8d2c124 (commit)
from 5084cdf861386bc0554e5814107763124a65e11d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0096dc1faf094a1548eb0dd595bb3155a8d2c124
Author: Dan Scott <dan at coffeecode.net>
Date: Wed May 30 22:33:17 2012 -0400
Bump version numbers to help with library compatibility
By bumping the OpenSRF version numbers for Perl libs, Python libraries,
and the libtool versioning for the libopensrf library, projects that
build on OpenSRF will be able to flag the minimum required version and
bail out early if an older version of OpenSRF has been installed.
Signed-off-by: Dan Scott <dan at coffeecode.net>
diff --git a/src/libopensrf/Makefile.am b/src/libopensrf/Makefile.am
index ca636a2..c0f6a3e 100644
--- a/src/libopensrf/Makefile.am
+++ b/src/libopensrf/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2010 Equinox Software, Inc., and others
+# Copyright (C) 2008-2012 Equinox Software, Inc., and others
# Kevin Beswick <kevinbeswick00 at gmail.com>
#
# This program is free software; you can redistribute it and/or
@@ -112,4 +112,4 @@ libopensrf_la_DEPENDENCIES = libosrf_json.la
libopensrf_la_LIBADD = $(memcached_LIBS)
libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS)
-libopensrf_la_LDFLAGS = -version-info 2:0:0
+libopensrf_la_LDFLAGS = -version-info 3:0:0
diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm
index 9f018f7..1319f33 100644
--- a/src/perl/lib/OpenSRF.pm
+++ b/src/perl/lib/OpenSRF.pm
@@ -14,11 +14,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
=head1 VERSION
-Version 2.0.0
+Version 2.1.0
=cut
-our $VERSION = "2.00";
+our $VERSION = "2.10";
=head1 METHODS
diff --git a/src/python/setup.py b/src/python/setup.py
index d4261d1..c56df95 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='OpenSRF',
- version='2.0.0',
+ version='2.1.0',
install_requires=[
'dnspython', # required by pyxmpp
'python-memcached',
diff --git a/version.m4 b/version.m4
index 5c284f9..bdb0dc9 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[master])
+m4_define([VERSION_NUMBER],[2.1.0])
-----------------------------------------------------------------------
Summary of changes:
src/libopensrf/Makefile.am | 4 ++--
src/perl/lib/OpenSRF.pm | 4 ++--
src/python/setup.py | 2 +-
version.m4 | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list