[vte] Update lt versioning
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Update lt versioning
- Date: Mon, 29 Mar 2010 12:18:02 +0000 (UTC)
commit 8b6da8a26641ec84a6b0475d12e2b05952bf0cec
Author: Christian Persch <chpe gnome org>
Date: Mon Mar 29 14:17:45 2010 +0200
Update lt versioning
configure.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 96a17a2..9e9fc4c 100644
--- a/configure.in
+++ b/configure.in
@@ -24,13 +24,13 @@ AM_MAINTAINER_MODE([enable])
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-LTVERSION_REVISION=1
+LTVERSION_REVISION=0
# CURRENT must be incremented when an API or ABI change (addition or removal)
# is made, and REVISION must be reset to 0 when this happens.
-LTVERSION_CURRENT=21
+LTVERSION_CURRENT=23
# AGE must be incremented when an API or ABI addition is made, and REVISION
# must be reset to 0 when this happens.
-LTVERSION_AGE=12
+LTVERSION_AGE=14
LIBVTE_LTVERSION=${LTVERSION_CURRENT}:${LTVERSION_REVISION}:${LTVERSION_AGE}
AC_SUBST([LIBVTE_LTVERSION])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]