diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 1.174 - 6 July 2012, 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 - Add auto requires for osgi() mvn() diff --git a/configure.ac b/configure.ac index 7b95360..eca7f9c 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.173, dmorgan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.174, dmorgan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |