From 665ca5231d6af70d6ad56af6f177663561ff7f9a Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Sat, 4 Oct 2008 22:27:15 +0000 Subject: [PATCH] 2008-10-04 Chris Sutcliffe * include/_mingw.h: Increment version to 3.15.1 and introduce __MINGW32_PATCHLEVEL variable. --- winsup/mingw/ChangeLog | 5 +++++ winsup/mingw/include/_mingw.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index f5cac4132..a39cfe982 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,8 @@ +2008-10-04 Chris Sutcliffe + + * include/_mingw.h: Increment version to 3.15.1 and introduce + __MINGW32_PATCHLEVEL variable. + 2008-10-03 Keith Marshall Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly. diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h index 63bbea963..ec91c6c52 100644 --- a/winsup/mingw/include/_mingw.h +++ b/winsup/mingw/include/_mingw.h @@ -22,9 +22,10 @@ */ #define __MINGW_H -#define __MINGW32_VERSION 3.15 +#define __MINGW32_VERSION 3.15.1 #define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MINOR_VERSION 15 +#define __MINGW32_PATCHLEVEL 1 #if __GNUC__ >= 3 #pragma GCC system_header