diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ -Version 1.174 - 6 July 2012, by Jani Välimaa +Version 1.175 - 29 July 2013, by Jani Välimaa +- gi-find-deps.sh: sync 'find javascript requires' code with SUSE to find versioned requires + +Version 1.174 - 6 July 2013, by Jani Välimaa - gi-find-deps.sh: handle gi.require_version('Gtk', '3.0') type requires in .py files (from SUSE) Version 1.173 - 5 July 2013, by D.Morgan diff --git a/configure.ac b/configure.ac index eca7f9c..341f8a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.174, dmorgan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.175, dmorgan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |