gdl/gdl-soversion.patch

42 lines
876 B
Diff

From 89c38d17f7fee7ca9065715b5825f18fd63e8ac1 Mon Sep 17 00:00:00 2001
From: Johannes Schmid <jhs@gnome.org>
Date: Thu, 29 Mar 2012 05:47:57 +0000
Subject: Really fixed so name this time...
---
diff --git a/configure.in b/configure.in
index d97768e..f4f49ca 100644
--- a/configure.in
+++ b/configure.in
@@ -19,12 +19,12 @@ GDL_CURRENT=2
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
-GDL_REVISION=0
+GDL_REVISION=1
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=1
+GDL_AGE=0
AC_SUBST(GDL_CURRENT)
AC_SUBST(GDL_REVISION)
--
cgit v0.9.0.2
--- a/configure
+++ b/configure
@@ -19,9 +19,9 @@ GDL_CURRENT=2
GDL_CURRENT=2
-GDL_REVISION=0
+GDL_REVISION=1
-GDL_AGE=1
+GDL_AGE=0