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:
authorEarnie Boyd <earnie@users.sf.net>2003-03-27 02:50:25 +0300
committerEarnie Boyd <earnie@users.sf.net>2003-03-27 02:50:25 +0300
commitfc7c546387e0c7c2605433a59f75ff070102e5e8 (patch)
tree492d8c09aa1d5a34d825db6054aaac8fa7da54e4 /winsup/w32api
parent200738932fa9d01280e94554d7228376193ee876 (diff)
* include/w32api.h: Increment version to 2.4.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/Makefile.in2
-rw-r--r--winsup/w32api/include/w32api.h4
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 998e21c0d..413abb716 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-26 Earnie Boyd <earnie@users.sf.net>
+
+ * include/w32api.h: Increment version to 2.4.
+ * Makefile.in: Ditto.
+
2003-03-26 Danny Smith <dannysmith@users.sourceforge.net>
* include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 3dcdfb286..2e6696098 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 2.3
+VERSION = 2.4
CYGRELEASE = 1
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index d31422bd5..d509c1890 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 2.3
+#define __W32API_VERSION 2.4
#define __W32API_MAJOR_VERSION 2
-#define __W32API_MINOR_VERSION 3
+#define __W32API_MINOR_VERSION 4
#endif /* ndef _W32API_H_ */