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:
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/w32api.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 3b38fc928..ac1502707 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-12 Earnie Boyd <earnie@users.sf.net>
+
+ * include/w32api.h (__W32API_VERSION): Fix.
+
2002-11-09 Weiqi Gao <weiqigao@users.sourceforge.net>
* lib/uuid.c (IID_ICatInformation): Correct definition.
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index 37b8cd657..521703c45 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -4,7 +4,7 @@
#pragma GCC system_header
#endif
-#define __W32API_VERSION 2.0
+#define __W32API_VERSION 2.1
#define __W32API_MAJOR_VERSION 2
#define __W32API_MINOR_VERSION 1