This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] newlib/libc/include/sys/features.h: update newlib version and copyright year


Hi!

Recently symbols "__NEWLIB__" and "__NEWLIB_MINOR__" were added to newlib/libc/include/sys/features.h. The numbers were not updated when newlib 2.2 was released and still show version 2.1.

Additionally I modified copyright year of the header - git history shows changes in each year between 2004 and 2014, so I guess the change to "...-2014" will be OK.

Regards,
FCh
>From ac617299adaeec77647dd765655ccb266912ac3b Fri, 26 Dec 2014 12:20:45 +0100
From: Freddie Chopin <freddie.chopin@gmail.com>
Date: Fri, 26 Dec 2014 12:19:58 +0100
Subject: [PATCH] newlib/libc/include/sys/features.h: update newlib version and copyright year

diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index 1d90921..4ad7fbd 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 @@
  * 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

Attachment: ChangeLog.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]