diff options
author | Philippe Makowski <philippem@mageia.org> | 2013-09-24 18:27:57 +0200 |
---|---|---|
committer | Philippe Makowski <philippem@mageia.org> | 2013-09-24 18:27:57 +0200 |
commit | a12bb63db7eaf6164196a453a48f0eb7f8326a68 (patch) | |
tree | bfc0f3f0defbe4faad35aa673584b83dbeb6a54f | |
parent | 8e83287010e70a3127661c87032a373bd5228492 (diff) | |
download | rpm-setup-a12bb63db7eaf6164196a453a48f0eb7f8326a68.tar rpm-setup-a12bb63db7eaf6164196a453a48f0eb7f8326a68.tar.gz rpm-setup-a12bb63db7eaf6164196a453a48f0eb7f8326a68.tar.bz2 rpm-setup-a12bb63db7eaf6164196a453a48f0eb7f8326a68.tar.xz rpm-setup-a12bb63db7eaf6164196a453a48f0eb7f8326a68.zip |
update version number1.187
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 1.187 - 24 Sep 2013, by Philippe Makowski +- Add macros for Python byte compilation + Version 1.186 - 20 Sep 2013, by Pascal Terjan - Support gems with .so not under lib/ diff --git a/configure.ac b/configure.ac index 6e36cd6..c57a00f 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.186, pterjan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.187, philippem@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |