]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/w32api.h: Increment version to 2.3.
authorEarnie Boyd <earnie@users.sf.net>
Mon, 10 Feb 2003 14:14:01 +0000 (14:14 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Mon, 10 Feb 2003 14:14:01 +0000 (14:14 +0000)
* Makefile.in: Ditto.

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

index 2e5d624196cdafee7c63e460d5eda27510f1b285..824d939c940db5dcf3b42ce0ee9e9832d4ddd96b 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-10  Earnie Boyd  <earnie@users.sf.net>
+
+       * include/w32api.h: Increment version to 2.3.
+       * Makefile.in: Ditto.
+
 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
 
        * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
index 400bc1e37985a39a804c03298e9609043697cf0c..30716a1b47f13852d4642e6bb619611d3a033ccc 100644 (file)
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
 SUBDIRS = lib
 
 PACKAGE = w32api
-VERSION = 2.2
+VERSION = 2.3
 CYGRELEASE = 1
 
 DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
index d09b13236bc92beb67b32b6c8e0ed72f0049a59d..d31422bd514c089c88fb332417fa73fc8a5f9d6d 100644 (file)
@@ -4,8 +4,8 @@
 #pragma GCC system_header
 #endif
 
-#define __W32API_VERSION 2.2
+#define __W32API_VERSION 2.3
 #define __W32API_MAJOR_VERSION 2
-#define __W32API_MINOR_VERSION 2
+#define __W32API_MINOR_VERSION 3
 
 #endif /* ndef _W32API_H_ */
This page took 0.039291 seconds and 5 git commands to generate.