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
path: root/winsup
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2002-04-10 03:49:11 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-04-10 03:49:11 +0400
commit891057bce7ca9ce1e205ffba573ebdf57eaa74df (patch)
tree432d0a9610d4b521dd1ec357bd577c287c85be1b /winsup
parentdbe67a81032765d702b73691d11406984d47f25a (diff)
* include/w32api.h: Increment version.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-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 730304a1a..3fb3291fe 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,10 @@
2002-04-09 Earnie Boyd <earnie@users.sf.net>
+ * include/w32api.h: Increment version.
+ * Makefile.in: Ditto.
+
+2002-04-09 Earnie Boyd <earnie@users.sf.net>
+
* Makefile.in (bindist): Use * instead of . for file list for tar
command.
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 7d18e8b07..e50b5b9d2 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -65,7 +65,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 1.3
+VERSION = 1.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 a8d36a412..200782530 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.3
+#define __W32API_VERSION 1.4
#define __W32API_MAJOR_VERSION 1
-#define __W32API_MINOR_VERSION 3
+#define __W32API_MINOR_VERSION 4
#endif /* ndef _W32API_H_ */