summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-01 17:17:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-01 17:17:22 +0000
commit943b7d9ea20ebe83943c71e7bbfde38db1dee3a7 (patch)
tree9a69d607f90c26a10aecae7f04c76ccf7928901b /contrib
parent2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-943b7d9ea20ebe83943c71e7bbfde38db1dee3a7.tar.bz2
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/version.m4: Bump API to 4.10.
Diffstat (limited to 'contrib')
-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])