]> sourceware.org Git - newlib-cygwin.git/commitdiff
2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Fri, 14 Apr 2006 12:52:50 +0000 (12:52 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Fri, 14 Apr 2006 12:52:50 +0000 (12:52 +0000)
        * include/w32api.h: Increment version to 3.7.
        * Makefile.in: Ditto.

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

index 5b4abb37f0792dc2b4eb187b06b1679ce1baea03..6a99fd45190bd8d7cc05d60ff003d0da271c21c2 100644 (file)
@@ -1,4 +1,9 @@
-2006-04-13     Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
+
+       * include/w32api.h: Increment version to 3.7.
+       * Makefile.in: Ditto.
+
+2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_*): Define.
        Thanks to:      Brandon Sneed <brandon at redf dot net>
        * include/secext.h: Enclose function declarations in extern "C"
        if __cplusplus.
 
-2006-04-11  Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
-
-    * include/comcat.h: INTERFACE should not remain defined
-    at the end of the header.
-    * include/docobj.h: Ditto.
-    * include/exdisp.h: Ditto.
-    * include/intshcut.h: Ditto.
-    * include/mlang.h: Ditto.
-    * include/mshtml.h: Ditto.
-    * include/oaidl.h: Ditto.
-    * include/objidl.h: Ditto.
-    * include/objsafe.h: Ditto.
-    * include/ocidl.h: Ditto.
-    * include/oleacc.h: Ditto.
-    * include/oledlg.h: Ditto.
-    * include/oleidl.h: Ditto.
-    * include/richole.h: Ditto.
-    * include/shldisp.h: Ditto.
-    * include/shlobj.h: Ditto.
-    * include/unknwn.h: Ditto.
-    * include/vfw.h: Ditto.
-    Thanks to:  Brandon Sneed <brandon at redf dot net>
+2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       * include/comcat.h: INTERFACE should not remain defined
+       at the end of the header.
+       * include/docobj.h: Ditto.
+       * include/exdisp.h: Ditto.
+       * include/intshcut.h: Ditto.
+       * include/mlang.h: Ditto.
+       * include/mshtml.h: Ditto.
+       * include/oaidl.h: Ditto.
+       * include/objidl.h: Ditto.
+       * include/objsafe.h: Ditto.
+       * include/ocidl.h: Ditto.
+       * include/oleacc.h: Ditto.
+       * include/oledlg.h: Ditto.
+       * include/oleidl.h: Ditto.
+       * include/richole.h: Ditto.
+       * include/shldisp.h: Ditto.
+       * include/shlobj.h: Ditto.
+       * include/unknwn.h: Ditto.
+       * include/vfw.h: Ditto.
+       Thanks to:  Brandon Sneed <brandon at redf dot net>
 
 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
 
index 9d4fb594f116d99f2130895f2ef083f4e788e30a..71379dac33e8c863b3a53b610bbe9b292daa7f17 100644 (file)
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
 SUBDIRS = lib
 
 PACKAGE = w32api
-VERSION = 3.6
+VERSION = 3.7
 CYGRELEASE = 1
 
 DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
index c6829bd1c56cb9412e4ca414f6e1aa6de581ba1f..675b0d26db086582577e4bf8b1af96d211e6b003 100644 (file)
@@ -5,9 +5,9 @@
 #pragma GCC system_header
 #endif
 
-#define __W32API_VERSION 3.6
+#define __W32API_VERSION 3.7
 #define __W32API_MAJOR_VERSION 3
-#define __W32API_MINOR_VERSION 6
+#define __W32API_MINOR_VERSION 7
 
 /* The following defines are for documentation purposes.  The following defines
  * identify the versions of Windows and Internet Explorer.  They are not to be
This page took 0.039271 seconds and 5 git commands to generate.