diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-07-06 19:03:08 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-07-06 19:03:08 +0000 |
commit | 61343fb5caf3dc815a8616cf912af1401ced05ec (patch) | |
tree | bf21fcbe57298e615eb4c794b9134492906c469a | |
parent | 5bf82c607a60927a93314c8229a4cdfcd1ec9ba7 (diff) | |
download | rpm-setup-61343fb5caf3dc815a8616cf912af1401ced05ec.tar rpm-setup-61343fb5caf3dc815a8616cf912af1401ced05ec.tar.gz rpm-setup-61343fb5caf3dc815a8616cf912af1401ced05ec.tar.bz2 rpm-setup-61343fb5caf3dc815a8616cf912af1401ced05ec.tar.xz rpm-setup-61343fb5caf3dc815a8616cf912af1401ced05ec.zip |
version 1.1361.136
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Version 1.136 - 6 July 2011, by Nicolas Vigier +- fix typo added in find-requires script + +Version 1.135 - 6 July 2011, by Nicolas Vigier +- add script for typelib() gobject-introspection bindings provides/requires + Version 1.134 - 6 June 2011, by Funda Wang - add mimehandler autoprov for desktop files diff --git a/configure.ac b/configure.ac index cc9aeb0..10acd63 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.135, boklm@mars-attacks.org) +AC_INIT(rpm-mageia-setup, 1.136, boklm@mars-attacks.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |