From 22d2c2ddebba9f4cb08e2798b061eee9d8820667 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 30 Nov 2010 04:16:30 +0000 Subject: [PATCH] Prepare for version 2.0.0 with versioning for 2.0.0 Use the libtool -version-info option to provide an explicit version for the libopensrf.so library. Introducing versioned libraries will give us the ability to force recompiles of linked applications when binary compatibility has been broken. Also, bump the Perl version number to 2.0.0 git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2118 9efc2488-bf62-4759-914b-345cdb29e865 --- src/libopensrf/Makefile.am | 2 +- src/perl/lib/OpenSRF.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libopensrf/Makefile.am b/src/libopensrf/Makefile.am index c8e4f8b..ca636a2 100644 --- a/src/libopensrf/Makefile.am +++ b/src/libopensrf/Makefile.am @@ -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 diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index b1b9f9d..51463a8 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 1.8.0 +Version 2.0.0 =cut -our $VERSION = "1.8.0"; +our $VERSION = "2.0.0"; =head1 METHODS -- 2.11.0