diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-04-12 08:48:37 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-04-12 08:48:37 +0100 |
commit | 614938b4624072a3895be8f7bd74659db4819197 (patch) | |
tree | db0e089464a7ce692e5baa9e65da762920fe3d66 | |
parent | 453e1dfae7bd7e5fa8be4bf1ef3ec68fdcffcd6f (diff) | |
download | rpm-setup-614938b4624072a3895be8f7bd74659db4819197.tar rpm-setup-614938b4624072a3895be8f7bd74659db4819197.tar.gz rpm-setup-614938b4624072a3895be8f7bd74659db4819197.tar.bz2 rpm-setup-614938b4624072a3895be8f7bd74659db4819197.tar.xz rpm-setup-614938b4624072a3895be8f7bd74659db4819197.zip |
2.192.19
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.19 - 12 April 2016, by Pascal Terjan + - use rtp's solution to build for armv5tl on armv5tl distro Version 2.18 - 12 April 2016, by Pascal Terjan diff --git a/configure.ac b/configure.ac index 2502a6c..d61970f 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, 2.18, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.19, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |