From a59a751b6d8476af496abae9bbd28d4755b36edd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 16 Oct 2006 14:55:56 +0000 Subject: [PATCH] =?UTF-8?q?2006-10-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Set RTEMS_API to 4.8. --- contrib/crossrpms/ChangeLog | 4 ++++ contrib/crossrpms/configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/crossrpms/ChangeLog b/contrib/crossrpms/ChangeLog index 24caac5d3c..7f411e7078 100644 --- a/contrib/crossrpms/ChangeLog +++ b/contrib/crossrpms/ChangeLog @@ -1,3 +1,7 @@ +2006-10-16 Ralf Corsépius + + * configure.ac: Set RTEMS_API to 4.8. + 2006-10-16 Ralf Corsépius * autotools/Makefile.am, autotools/automake.add: Update to diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index 0297ad8e59..f41989735b 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -1,9 +1,9 @@ ## $Id$ -m4_define([RTEMS_API],[4.7]) +m4_define([RTEMS_API],[4.8]) AC_PREREQ(2.59) -AC_INIT([crossrpms],[0.20060803.1],[rtems-bugs@rtems.com]) +AC_INIT([crossrpms],[0.20061016.1],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([binutils/binutils.add]) AC_CONFIG_AUX_DIR(.)