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.176 - 31 July 2013, by Jani Välimaa +- gi-find-deps.sh: sync more with SUSE to find typelib requires from Python scripts without .py extension (mga#10863) + 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 diff --git a/configure.ac b/configure.ac index 341f8a5..3e2384d 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.175, dmorgan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.176, dmorgan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |