]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/w32api.h: Increment version to 1.5
authorEarnie Boyd <earnie@users.sf.net>
Tue, 28 May 2002 13:24:26 +0000 (13:24 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Tue, 28 May 2002 13:24:26 +0000 (13:24 +0000)
* Makefile.in: Ditto.

winsup/w32api/ChangeLog
winsup/w32api/Makefile.in
winsup/w32api/include/w32api.h

index cf73dcd1d47387864d91e079c7c7d8c5a0d8a5bd..d5ff0f149d8a9a6adbd134d999f685cbd53cfaae 100644 (file)
@@ -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
index b9c878b488b1da3596fecb76aa25a66dbbdd38dc..593bbda0e2827be5155e90a0c64e8f99cf0d8e6e 100644 (file)
@@ -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
index 2007825307b2e7db401cb1a68590da822babe81c..dc0c96c1e8f43406e987363780139adb4e930c86 100644 (file)
@@ -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_ */
This page took 0.039147 seconds and 5 git commands to generate.