diff options
author | Colin Guthrie <colin@mageia.org> | 2012-11-25 14:00:06 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-11-25 14:00:06 +0000 |
commit | 7099cff69477a9b4b2c097da4376066b8d0362e7 (patch) | |
tree | f59f2a9033ac13ec918a399cf259ee86b43096d8 | |
parent | e34fddaa4fc27a75d44821c0926f575b5e84d7ad (diff) | |
download | rpm-setup-7099cff69477a9b4b2c097da4376066b8d0362e7.tar rpm-setup-7099cff69477a9b4b2c097da4376066b8d0362e7.tar.gz rpm-setup-7099cff69477a9b4b2c097da4376066b8d0362e7.tar.bz2 rpm-setup-7099cff69477a9b4b2c097da4376066b8d0362e7.tar.xz rpm-setup-7099cff69477a9b4b2c097da4376066b8d0362e7.zip |
1.1641.164
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 1.164 - 25 Nov 2012, by Colin Guthrie - add some macros for udev rules and tmpfiles snippets Version 1.163 - 23 Nov 2012, by Olivier Blin diff --git a/configure.ac b/configure.ac index 424b7db..8e1f8ab 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.163, tv@mageia.org) +AC_INIT(rpm-mageia-setup, 1.164, tv@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |