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>2001-12-08 00:29:30 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-12-08 00:29:30 +0300
commitddd50f72b5f674feb1215fe2c109d42ea3830e57 (patch)
tree2671ed803c32c209f2764a11d2deb6d08c09f953 /winsup/w32api
parent17e6a0014b40ad3a110981226bd7b9a726b634ab (diff)
* Makefile.in: Increment VERSION.
* include/w32api.h: 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 a00aa4697..7755e7312 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-07 Earnie Boyd <earnie@users.sf.net>
+
+ * Makefile.in: Increment VERSION.
+ * include/w32api.h: Ditto.
+
2001-12-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index fd877b9d0..c3b31653c 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -65,7 +65,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 1.2
+VERSION = 1.3
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 9717dbc21..8add46edf 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -1,8 +1,8 @@
#ifndef _W32API_H_
#define _W32API_H_
-#define __W32API_VERSION 1.2
+#define __W32API_VERSION 1.3
#define __W32API_MAJOR_VERSION 1
-#define __W32API_MINOR_VERSION 2
+#define __W32API_MINOR_VERSION 3
#endif /* ndef _W32API_H_ */