[Opensrf-commits] r2118 - in trunk/src: libopensrf perl/lib (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 29 23:16:33 EST 2010


Author: dbs
Date: 2010-11-29 23:16:30 -0500 (Mon, 29 Nov 2010)
New Revision: 2118

Modified:
   trunk/src/libopensrf/Makefile.am
   trunk/src/perl/lib/OpenSRF.pm
Log:
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


Modified: trunk/src/libopensrf/Makefile.am
===================================================================
--- trunk/src/libopensrf/Makefile.am	2010-11-29 20:16:21 UTC (rev 2117)
+++ trunk/src/libopensrf/Makefile.am	2010-11-30 04:16:30 UTC (rev 2118)
@@ -112,4 +112,4 @@
 libopensrf_la_LIBADD = $(memcached_LIBS)
 
 libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS)
-
+libopensrf_la_LDFLAGS = -version-info 2:0:0

Modified: trunk/src/perl/lib/OpenSRF.pm
===================================================================
--- trunk/src/perl/lib/OpenSRF.pm	2010-11-29 20:16:21 UTC (rev 2117)
+++ trunk/src/perl/lib/OpenSRF.pm	2010-11-30 04:16:30 UTC (rev 2118)
@@ -14,11 +14,11 @@
 
 =head1 VERSION
 
-Version 1.8.0
+Version 2.0.0
 
 =cut
 
-our $VERSION = "1.8.0";
+our $VERSION = "2.0.0";
 
 =head1 METHODS
 



More information about the opensrf-commits mailing list