Prepare for version 2.0.0 with versioning for 2.0.0
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 30 Nov 2010 04:16:30 +0000 (04:16 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 30 Nov 2010 04:16:30 +0000 (04:16 +0000)
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
src/perl/lib/OpenSRF.pm

index c8e4f8b..ca636a2 100644 (file)
@@ -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
index b1b9f9d..51463a8 100644 (file)
@@ -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