summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.maint4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index becd19d213..9948c592d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.maint: rtems_api=4.10.
* Makefile.maint: Dump stuff hanging around for much too long.
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
diff --git a/Makefile.maint b/Makefile.maint
index a189fa7d61..1b50ebab9a 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -31,7 +31,7 @@ TAG_SUFFIX = -test1
rtems_version := $(shell cat VERSION | sed -n '/.* Version /{s/^.*Version[ ]*\([0-9\.]\+\)/\1/p};')
rtems_tag := $(shell echo "rtems-$(rtems_version)" | tr . -)
-rtems_api := 4.8
+rtems_api := 4.10
PATH := /opt/rtems-$(rtems_api)/bin:$(PATH)
# -----------------
@@ -159,4 +159,4 @@ commit:
$(CVS_RUN) commit -m "Upgrade to $(rtems_version)" \
$(VERSION_FILES) VERSION
-.PHONY: commit new-minor new-revision tag tarball
+.PHONY: commit new-minor new-revision new-branch tag tarball