summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-28 21:58:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-28 21:58:36 +0000
commitd80ea5bf589460fe024fa819b46c839512497156 (patch)
treeabdd3211a20e76e2d3cc7d709ae8d19f897a8d88 /tools
parent2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-d80ea5bf589460fe024fa819b46c839512497156.tar.bz2
2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* sched_cpu/rtems/score/cpuopts.h: Bump to 4.10.99.0
Diffstat (limited to 'tools')
-rw-r--r--tools/schedsim/rtems/ChangeLog4
-rw-r--r--tools/schedsim/rtems/sched_cpu/rtems/score/cpuopts.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/schedsim/rtems/ChangeLog b/tools/schedsim/rtems/ChangeLog
index 237b3aa08e..d4c908c0c6 100644
--- a/tools/schedsim/rtems/ChangeLog
+++ b/tools/schedsim/rtems/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * sched_cpu/rtems/score/cpuopts.h: Bump to 4.10.99.0
+
2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
diff --git a/tools/schedsim/rtems/sched_cpu/rtems/score/cpuopts.h b/tools/schedsim/rtems/sched_cpu/rtems/score/cpuopts.h
index 61858b369b..1db8d43ff5 100644
--- a/tools/schedsim/rtems/sched_cpu/rtems/score/cpuopts.h
+++ b/tools/schedsim/rtems/sched_cpu/rtems/score/cpuopts.h
@@ -34,7 +34,7 @@
#define RTEMS_USES_TAR_H 1
/* RTEMS version string */
-#define RTEMS_VERSION "4.9.99.0"
+#define RTEMS_VERSION "4.10.99.0"
/* disable nanosecond granularity for statistics */
/* #undef __RTEMS_USE_TICKS_FOR_STATISTICS__ */
@@ -64,7 +64,7 @@
#define __RTEMS_MAJOR__ 4
/* minor version portion of an RTEMS release */
-#define __RTEMS_MINOR__ 9
+#define __RTEMS_MINOR__ 10
/* revision version portion of an RTEMS release */
#define __RTEMS_REVISION__ 99