summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-01-19 08:14:05 +0100
committerVincent Untz <vuntz@gnome.org>2011-01-19 08:14:05 +0100
commit986bfbaad1798098165566fdc624641d9afcd62f (patch)
tree8f7abb8ef08c8a63a4cc9b65a77014a33f5edfe8
parent80016110082b03efe9745f49099b131550c87f10 (diff)
downloadlibwnck-986bfbaad1798098165566fdc624641d9afcd62f.tar.gz
build: Reset libtool versioning to 0
We changed the library name so we can reset.
-rw-r--r--configure.ac6
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)