[libwnck: 15/17] build: Reset libtool versioning to 0
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck: 15/17] build: Reset libtool versioning to 0
- Date: Wed, 19 Jan 2011 13:35:16 +0000 (UTC)
commit 986bfbaad1798098165566fdc624641d9afcd62f
Author: Vincent Untz <vuntz gnome org>
Date: Wed Jan 19 08:14:05 2011 +0100
build: Reset libtool versioning to 0
We changed the library name so we can reset.
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7ff5925..b1645fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,16 +16,16 @@ GNOME_MAINTAINER_MODE_DEFINES
dnl libtool versioning for libwnck
dnl increment if the interface has additions, changes, removals.
-LIBWNCK_CURRENT=25
+LIBWNCK_CURRENT=0
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-LIBWNCK_REVISION=30
+LIBWNCK_REVISION=0
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been changed or removed. removal has
dnl precedence over adding, so set to 0 if both happened.
-LIBWNCK_AGE=3
+LIBWNCK_AGE=0
AC_SUBST(LIBWNCK_CURRENT)
AC_SUBST(LIBWNCK_REVISION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]