[gedit/gnome-3-14] Bump API version



commit 4f8d6c15081d5159a345d19f049deeb946027350
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Feb 16 20:28:38 2015 +0100

    Bump API version
    
    gedit 3.14 broke the API, and we forgot to bump the version.
    
    Also, move the variable to the top, so we'll hopefully not forget it in
    the future (unless we endlessly put things to the top when we forget
    something and the variable is again at the bottom when we need it).

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cf3d734..940ecfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,9 @@ AC_INIT([gedit],
        [gedit],
        [https://wiki.gnome.org/Apps/Gedit])
 
+GEDIT_API_VERSION=3.14
+AC_SUBST(GEDIT_API_VERSION)
+
 # Dependencies
 GLIB_REQUIRED=2.40.0
 GTK_REQUIRED=3.14.0
@@ -52,9 +55,6 @@ AC_PROG_OBJC
 LT_PREREQ([2.2.6])
 LT_INIT(disable-static)
 
-GEDIT_API_VERSION=3.12
-AC_SUBST(GEDIT_API_VERSION)
-
 GTK_DOC_CHECK([1.0],[--flavour=no-tmpl])
 
 AC_CHECK_FUNC(sigaction)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]