From 81e7cd8004d7b071fb2c0acc6698d1ba55c62aba Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 25 Jun 2006 04:13:33 +0000 Subject: [PATCH] Fix typo in previous change --- contrib/crossrpms/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index c7f2a58268..596136eed8 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -3,7 +3,7 @@ m4_define([RTEMS_API],[4.7]) AC_PREREQ(2.59) -AC_INIT([crossrpms],[0.20060621.0],[rtems-bugs@rtems.com]) +AC_INIT([crossrpms],[0.20060625.0],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([binutils/binutils.add]) AC_CONFIG_AUX_DIR(.)