diff --git a/ChangeLog b/ChangeLog index 912dbb0775..d25ce9f60e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Joel Sherrill + + * aclocal/version.m4: Updated to rtems-4.6.0. + 2003-08-28 Ralf Corsepius * aclocal/rtems-top.m4: Add RTEMS_API. diff --git a/aclocal/version.m4 b/aclocal/version.m4 index 7b83c9562f..fd8edeaeff 100644 --- a/aclocal/version.m4 +++ b/aclocal/version.m4 @@ -1,2 +1,2 @@ AC_DEFUN([RTEMS_VERSIONING], -m4_define([_RTEMS_VERSION],[4.6.0pre4])) +m4_define([_RTEMS_VERSION],[4.6.0])) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 4bd94a1f84..c6ff1421b0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Joel Sherrill + + * aclocal/version.m4: Updated to rtems-4.6.0. + 2003-09-04 Joel Sherrill * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h, diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4 index 7b83c9562f..fd8edeaeff 100644 --- a/cpukit/aclocal/version.m4 +++ b/cpukit/aclocal/version.m4 @@ -1,2 +1,2 @@ AC_DEFUN([RTEMS_VERSIONING], -m4_define([_RTEMS_VERSION],[4.6.0pre4])) +m4_define([_RTEMS_VERSION],[4.6.0]))