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.139 -15 July 2011, by Christiaan Welvaart +Version 1.140 - 6 Aug 2011, by Funda Wang +- gi deps for python: push python-gi req for python introspection callings + +Version 1.139 - 15 July 2011, by Christiaan Welvaart - gi interdependencies: deps offset 0 means no dependencies Version 1.138 - 7 July 2011, by Christiaan Welvaart diff --git a/configure.ac b/configure.ac index a45dd5b..dd62bf5 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.139, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.140, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |