summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/repo-conf/ChangeLog4
-rw-r--r--contrib/repo-conf/aclocal/version.m44
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/repo-conf/ChangeLog b/contrib/repo-conf/ChangeLog
index 4a5b6bdcc0..999d982040 100644
--- a/contrib/repo-conf/ChangeLog
+++ b/contrib/repo-conf/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * aclocal/version.m4: Bump API to 4.10.
+
2007-02-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Bump version to 0.5.
diff --git a/contrib/repo-conf/aclocal/version.m4 b/contrib/repo-conf/aclocal/version.m4
index e38953ef81..adb7657fff 100644
--- a/contrib/repo-conf/aclocal/version.m4
+++ b/contrib/repo-conf/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
-m4_define([_RTEMS_VERSION],[4.8.99.0]))
+m4_define([_RTEMS_VERSION],[4.9.99.0]))
-m4_define([_RTEMS_API],[4.9])
+m4_define([_RTEMS_API],[4.10])