Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-01-05 20:31:28 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-01-05 20:31:28 +0300
commitf0e3a51e9f0298a599eba8cc31794bb1b1bf34ca (patch)
tree05ec643f2e0eeb67e2d5a2fe8de3163d22dacc43 /newlib/libc
parent47c98af2ba38108c60e666ec699de03747017bcb (diff)
2014-12-26 Freddie Chopin <freddie_chopin@op.pl>
* libc/include/sys/features.h: update newlib version and copyright year
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/sys/features.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index 1d90921af..4ad7fbdca 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -1,7 +1,7 @@
/*
* Written by Joel Sherrill <joel@OARcorp.com>.
*
- * COPYRIGHT (c) 1989-2000.
+ * COPYRIGHT (c) 1989-2014.
*
* On-Line Applications Research Corporation (OAR).
*
@@ -29,7 +29,7 @@ extern "C" {
* be similar to where glibc stores its version of these macros.
*/
#define __NEWLIB__ 2
-#define __NEWLIB_MINOR__ 1
+#define __NEWLIB_MINOR__ 2
/* Macro to test version of GCC. Returns 0 for non-GCC or too old GCC. */
#ifndef __GNUC_PREREQ