summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/avr/avr/version.h')
-rw-r--r--cpukit/score/cpu/avr/avr/version.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/avr/avr/version.h b/cpukit/score/cpu/avr/avr/version.h
index 60fcfc147f..49d7cbdf46 100644
--- a/cpukit/score/cpu/avr/avr/version.h
+++ b/cpukit/score/cpu/avr/avr/version.h
@@ -55,7 +55,7 @@
/** \ingroup avr_version
String literal representation of the current library version. */
-#define __AVR_LIBC_VERSION_STRING__ "1.6.6"
+#define __AVR_LIBC_VERSION_STRING__ "1.6.8"
/** \ingroup avr_version
Numerical representation of the current library version.
@@ -65,15 +65,15 @@
added. It is intented to provide a monotonically increasing
numerical value that can easily be used in numerical checks.
*/
-#define __AVR_LIBC_VERSION__ 10606UL
+#define __AVR_LIBC_VERSION__ 10608UL
/** \ingroup avr_version
String literal representation of the release date. */
-#define __AVR_LIBC_DATE_STRING__ "20090309"
+#define __AVR_LIBC_DATE_STRING__ "20100211"
/** \ingroup avr_version
Numerical representation of the release date. */
-#define __AVR_LIBC_DATE_ 20090309UL
+#define __AVR_LIBC_DATE_ 20100211UL
/** \ingroup avr_version
Library major version number. */
@@ -85,6 +85,6 @@
/** \ingroup avr_version
Library revision number. */
-#define __AVR_LIBC_REVISION__ 6
+#define __AVR_LIBC_REVISION__ 8
#endif /* _AVR_VERSION_H_ */