libmbca r26 - trunk
- From: kaijanma svn gnome org
- To: svn-commits-list gnome org
- Subject: libmbca r26 - trunk
- Date: Wed, 20 Aug 2008 08:49:04 +0000 (UTC)
Author: kaijanma
Date: Wed Aug 20 08:49:04 2008
New Revision: 26
URL: http://svn.gnome.org/viewvc/libmbca?rev=26&view=rev
Log:
added libtool versioning variables
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Aug 20 08:49:04 2008
@@ -2,6 +2,27 @@
AC_INIT([libmbca], [0.0.1])
+
+## 1. Start with version information of â0:0:0â for each libtool library.
+## 2. Update the version information only immediately before a public release
+## of your software. More frequent updates are unnecessary, and only
+## guarantee that the current interface number gets larger faster.
+## 3. If the library source code has changed at all since the last update,
+## then increment REVISION (âc:r:aâ becomes âc:r+1:aâ).
+## 4. If any interfaces have been added, removed, or changed since the last
+## update, increment CURRENT, and set REVISION to 0.
+## 5. If any interfaces have been added since the last public release, then
+## increment AGE.
+## 6. If any interfaces have been removed since the last public release, then
+## set AGE to 0.
+
+CURRENT=0
+REVISION=0
+AGE=0
+
+LIBMBCA_VERSION_INFO=${CURRENT}:${REVISION}:${AGE}
+AC_SUBST(LIBMBCA_VERSION_INFO)
+
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_HEADERS(config.h)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]