diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Version 1.95 - 25 September 2009, by Olivier Blin +- MIPS and ARM support (from Arnaud Patard): + o add mipsel support + o introduce CANONTARGETGNU, to be able to use -gnueabi for ARM + o add arm support and use -gnueabi instead of -gnu + Version 1.94 - 8 August 2009, by Anssi Hannula - update perl_convert_version to keep alphabetic tail in version number (Luca Berra) diff --git a/configure.ac b/configure.ac index 98971fc..9b8c836 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.94, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.95, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability) AC_CONFIG_SRCDIR |