[mb-commits] r9738 - in libdiscid/trunk: . src
root at musicbrainz.org
root at musicbrainz.org
Sun Mar 9 13:54:33 UTC 2008
Author: matt
Date: 2008-03-09 13:54:33 +0000 (Sun, 09 Mar 2008)
New Revision: 9738
Modified:
libdiscid/trunk/configure.ac
libdiscid/trunk/src/Makefile.am
Log:
Incremented version number to 0.2.0 (and libtool version to 2:0:1).
Modified: libdiscid/trunk/configure.ac
===================================================================
--- libdiscid/trunk/configure.ac 2008-03-09 13:49:33 UTC (rev 9737)
+++ libdiscid/trunk/configure.ac 2008-03-09 13:54:33 UTC (rev 9738)
@@ -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.1.1)
+AC_INIT(libdiscid, 0.2.0)
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-03-09 13:49:33 UTC (rev 9737)
+++ libdiscid/trunk/src/Makefile.am 2008-03-09 13:54:33 UTC (rev 9738)
@@ -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 0:1:0 -no-undefined
+libdiscid_la_LDFLAGS = -version-info 2:0:1 -no-undefined
EXTRA_DIST = base64.h sha1.h
More information about the MusicBrainz-commits
mailing list