[OpenSRF-GIT] OpenSRF branch rel_2_1 updated. osrf_rel_2_1_0-rc1-23-gcdd0816

Evergreen Git git at git.evergreen-ils.org
Wed May 30 22:49:13 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, rel_2_1 has been updated
       via  cdd0816c624ff0843ee5ab201346521ae91f474a (commit)
      from  ee2c79929aa63ff8d6749da7d10c15ab967d9fd5 (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 cdd0816c624ff0843ee5ab201346521ae91f474a
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 d4bae88..1319f33 100644
--- a/src/perl/lib/OpenSRF.pm
+++ b/src/perl/lib/OpenSRF.pm
@@ -14,7 +14,7 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.1.0-RC1
+Version 2.1.0
 
 =cut
 
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 e5e8736..bdb0dc9 100644
--- a/version.m4
+++ b/version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.1.0-RC1]) 
+m4_define([VERSION_NUMBER],[2.1.0]) 

-----------------------------------------------------------------------

Summary of changes:
 src/libopensrf/Makefile.am |    4 ++--
 src/perl/lib/OpenSRF.pm    |    2 +-
 src/python/setup.py        |    2 +-
 version.m4                 |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list