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/ChangeLog5
-rw-r--r--winsup/w32api/Makefile.in4
-rw-r--r--winsup/w32api/include/w32api.h4
3 files changed, 9 insertions, 4 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index cf73dcd1d..d5ff0f149 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-28 Earnie Boyd <earnie@users.sf.net>
+
+ * include/w32api.h: Increment version to 1.5
+ * Makefile.in: Ditto.
+
2002-05-27 René Møller Fonseca <fonseca@users.sourceforge.net>
* include/winreg.h: (RegConnectRegistry[AW]): Replace
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index b9c878b48..593bbda0e 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -66,8 +66,8 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 1.4
-CYGRELEASE = 2
+VERSION = 1.5
+CYGRELEASE = 1
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
install-sh README ChangeLog TODO CONTRIBUTIONS
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index 200782530..dc0c96c1e 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -4,8 +4,8 @@
#pragma GCC system_header
#endif
-#define __W32API_VERSION 1.4
+#define __W32API_VERSION 1.5
#define __W32API_MAJOR_VERSION 1
-#define __W32API_MINOR_VERSION 4
+#define __W32API_MINOR_VERSION 5
#endif /* ndef _W32API_H_ */