2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Set RTEMS_API to 4.8.
This commit is contained in:
Ralf Corsepius
2006-10-16 14:55:56 +00:00
parent e337b49c23
commit a59a751b6d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Set RTEMS_API to 4.8.
2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/Makefile.am, autotools/automake.add: Update to

View File

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