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(.)