diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 11 insertions, 4 deletions
@@ -1,4 +1,11 @@ ============ +Glade 3.16.0 +============ + + - Added AppData for gnome-software to pick up glade + Fixes bug 708641 "Please include an AppData file" + +============ Glade 3.15.4 ============ diff --git a/configure.ac b/configure.ac index fc7a8a51..cbfd0775 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) m4_define(glade_major_version, 3) -m4_define(glade_minor_version, 15) -m4_define(glade_micro_version, 4) +m4_define(glade_minor_version, 16) +m4_define(glade_micro_version, 0) m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version) AC_INIT([glade], [glade_version], @@ -53,7 +53,7 @@ AC_PATH_PROG(DLLTOOL, dlltool) # If any interfaces have been removed since the last public release, then set GLADE_AGE to 0. # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning -GLADE_REVISION=1 +GLADE_REVISION=2 GLADE_CURRENT=6 GLADE_AGE=0 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE` @@ -145,7 +145,7 @@ GOBJECT_INTROSPECTION_CHECK([1.32.0]) dnl ================================================================ dnl Check for gtk+ dnl ================================================================ -GTK_REQUIRED=3.9.11 +GTK_REQUIRED=3.10.0 PKG_CHECK_MODULES([GTK],[ gtk+-3.0 >= $GTK_REQUIRED gmodule-2.0 |