diff options
author | Colin Guthrie <colin@mageia.org> | 2013-06-04 11:16:29 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-06-04 11:16:29 +0000 |
commit | e0c8488a8838b6e2cc06b7b043f0ab13b36a2387 (patch) | |
tree | 93be988196b94f090f5217af948185af673d8f1e | |
parent | 89c5b5e6da757e753dadd67e272eb70f05a845b9 (diff) | |
download | rpm-setup-1.172.tar rpm-setup-1.172.tar.gz rpm-setup-1.172.tar.bz2 rpm-setup-1.172.tar.xz rpm-setup-1.172.zip |
1.1721.172
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 1.172 - 4 June 2013, by Colin Guthrie - add pkgconfig package requires for private requires Version 1.171 - 6 April 2013, by David Walser diff --git a/configure.ac b/configure.ac index 861c323..164e96b 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.171, rtp@mageia.org) +AC_INIT(rpm-mageia-setup, 1.172, rtp@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |