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>2002-08-29 02:26:46 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-08-29 02:26:46 +0400
commit1a48bbb9b84d9849dbb8e6afba10117c48a23387 (patch)
tree00399e64b16232ff6eb3a74bf53dc7f324241130 /winsup/w32api
parent933ba4b1877f11287a1f765f0d6d015c956eeb73 (diff)
* include/w32api.h: Increment version to 2.1.
* 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.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 4d15f94cb..266af0d25 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-28 Earnie Boyd <earnie@users.sf.net>
+
+ * include/w32api.h: Increment version to 2.1.
+ * Makefile.in: Ditto.
+
2002-08-26 Bart Oldeman <bart.oldeman@btinternet.com>
* include/winsock2.h (SOCKET_ADDRESS): Define if
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 003b2bf1c..8340f881e 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 2.0
+VERSION = 2.1
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 9be737fb7..37b8cd657 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -6,6 +6,6 @@
#define __W32API_VERSION 2.0
#define __W32API_MAJOR_VERSION 2
-#define __W32API_MINOR_VERSION 0
+#define __W32API_MINOR_VERSION 1
#endif /* ndef _W32API_H_ */