diff --git a/ChangeLog b/ChangeLog index a9ff49514c..e097423c87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Joel Sherrill + + * aclocal/version.m4: Updated to rtems-4.6.0pre1. + 2003-02-11 Ralf Corsepius * bootstrap: Remove attempts to detect autoconf and automake using diff --git a/aclocal/version.m4 b/aclocal/version.m4 index 9d3a5fa6f4..937c39781e 100644 --- a/aclocal/version.m4 +++ b/aclocal/version.m4 @@ -1,2 +1,2 @@ AC_DEFUN([RTEMS_VERSIONING], -m4_define([_RTEMS_VERSION],[ss-20030128])) +m4_define([_RTEMS_VERSION],[4.6.0pre1])) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 07b70d8e9a..11346644b8 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Joel Sherrill + + * aclocal/version.m4: Updated to rtems-4.6.0pre1. + 2003-01-28 Joel Sherrill * aclocal/version.m4: Updated to rtems-ss-20030128. diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4 index 9d3a5fa6f4..937c39781e 100644 --- a/cpukit/aclocal/version.m4 +++ b/cpukit/aclocal/version.m4 @@ -1,2 +1,2 @@ AC_DEFUN([RTEMS_VERSIONING], -m4_define([_RTEMS_VERSION],[ss-20030128])) +m4_define([_RTEMS_VERSION],[4.6.0pre1]))