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
libopensrf_la_LIBADD = $(memcached_LIBS)
libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS)
-
+libopensrf_la_LDFLAGS = -version-info 2:0:0
=head1 VERSION
-Version 1.8.0
+Version 2.0.0
=cut
-our $VERSION = "1.8.0";
+our $VERSION = "2.0.0";
=head1 METHODS