[gdl/gnome-3-4] Fix wrong so name bump, the so name was already bumped before 3.3.90 there were only interface addit
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdl/gnome-3-4] Fix wrong so name bump, the so name was already bumped before 3.3.90 there were only interface addit
- Date: Wed, 28 Mar 2012 16:15:49 +0000 (UTC)
commit e5c08799288523772a40f3ba5562fdfc826a9181
Author: Johannes Schmid <jhs gnome org>
Date: Wed Mar 28 18:11:16 2012 +0200
Fix wrong so name bump, the so name was already bumped before 3.3.90 there
were only interface additions afterwards.
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index a9b0e09..127fa0b 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ GDL_MINOR_VERSION=4
GDL_MICRO_VERSION=1
dnl increment if the interface has additions, changes, removals.
-GDL_CURRENT=3
+GDL_CURRENT=2
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
@@ -24,7 +24,7 @@ GDL_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.
-GDL_AGE=0
+GDL_AGE=1
AC_SUBST(GDL_CURRENT)
AC_SUBST(GDL_REVISION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]