[mb-commits] r9850 - in libdiscid/trunk: . src

root at musicbrainz.org root at musicbrainz.org
Sun May 25 06:51:32 UTC 2008


Author: matt
Date: 2008-05-25 06:51:32 +0000 (Sun, 25 May 2008)
New Revision: 9850

Modified:
   libdiscid/trunk/ChangeLog
   libdiscid/trunk/configure.ac
   libdiscid/trunk/src/Makefile.am
Log:
Set libtool version to 2:1:2 because it is compatible to versions 0.1.x (Luks).
Set version number to 0.2.2.


Modified: libdiscid/trunk/ChangeLog
===================================================================
--- libdiscid/trunk/ChangeLog	2008-05-24 10:24:27 UTC (rev 9849)
+++ libdiscid/trunk/ChangeLog	2008-05-25 06:51:32 UTC (rev 9850)
@@ -1,7 +1,12 @@
 libdiscid ChangeLog:
 --------------------
 
+libdiscid-0.2.2:
 
+  - Set libtool version number to 2:1:0 because it is backwards compatible
+    with versions 0.1.x. Thanks to Luks for spotting this.
+
+
 libdiscid-0.2.1:
 
   - Added code for automatic CD drive detection on darwin (Rob).

Modified: libdiscid/trunk/configure.ac
===================================================================
--- libdiscid/trunk/configure.ac	2008-05-24 10:24:27 UTC (rev 9849)
+++ libdiscid/trunk/configure.ac	2008-05-25 06:51:32 UTC (rev 9850)
@@ -5,7 +5,7 @@
 dnl       The libtool version number has to be changed ALWAYS, no matter how
 dnl       small the change to the source code was!
 dnl
-AC_INIT(libdiscid, 0.2.1)
+AC_INIT(libdiscid, 0.2.2)
 AC_CONFIG_SRCDIR(src/disc.c)
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(config.h)

Modified: libdiscid/trunk/src/Makefile.am
===================================================================
--- libdiscid/trunk/src/Makefile.am	2008-05-24 10:24:27 UTC (rev 9849)
+++ libdiscid/trunk/src/Makefile.am	2008-05-25 06:51:32 UTC (rev 9850)
@@ -43,6 +43,6 @@
 #     increment age.
 #  6. If any interfaces have been removed since the last public release, then 
 #     set age to 0. 
-libdiscid_la_LDFLAGS = -version-info 2:1:1 -no-undefined
+libdiscid_la_LDFLAGS = -version-info 2:1:2 -no-undefined
 
 EXTRA_DIST = base64.h sha1.h




More information about the MusicBrainz-commits mailing list