2011-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>

* sched_cpu/rtems/score/cpuopts.h: Bump to 4.10.99.0
This commit is contained in:
Joel Sherrill
2011-02-28 21:58:36 +00:00
parent fa2812d130
commit d80ea5bf58
2 changed files with 6 additions and 2 deletions

View File

@@ -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> 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file. * .cvsignore: New file.

View File

@@ -34,7 +34,7 @@
#define RTEMS_USES_TAR_H 1 #define RTEMS_USES_TAR_H 1
/* RTEMS version string */ /* RTEMS version string */
#define RTEMS_VERSION "4.9.99.0" #define RTEMS_VERSION "4.10.99.0"
/* disable nanosecond granularity for statistics */ /* disable nanosecond granularity for statistics */
/* #undef __RTEMS_USE_TICKS_FOR_STATISTICS__ */ /* #undef __RTEMS_USE_TICKS_FOR_STATISTICS__ */
@@ -64,7 +64,7 @@
#define __RTEMS_MAJOR__ 4 #define __RTEMS_MAJOR__ 4
/* minor version portion of an RTEMS release */ /* minor version portion of an RTEMS release */
#define __RTEMS_MINOR__ 9 #define __RTEMS_MINOR__ 10
/* revision version portion of an RTEMS release */ /* revision version portion of an RTEMS release */
#define __RTEMS_REVISION__ 99 #define __RTEMS_REVISION__ 99