summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2006-04-14 12:52:50 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2006-04-14 12:52:50 +0000
commit04cbcde8d9a0feec9bc8530279bf4c432f739e00 (patch)
treee9d28ab45200168b847b40bf026cc9c3430409c0
parentc99126ab96a2cb1e2aa0efe2c81f6eaedb85d23e (diff)
downloadcygnal-04cbcde8d9a0feec9bc8530279bf4c432f739e00.tar.gz
cygnal-04cbcde8d9a0feec9bc8530279bf4c432f739e00.tar.bz2
cygnal-04cbcde8d9a0feec9bc8530279bf4c432f739e00.zip
2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.7. * Makefile.in: Ditto.
-rw-r--r--winsup/w32api/ChangeLog51
-rw-r--r--winsup/w32api/Makefile.in2
-rw-r--r--winsup/w32api/include/w32api.h4
3 files changed, 31 insertions, 26 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 5b4abb37f..6a99fd451 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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>
@@ -8,28 +13,28 @@
* 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>
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 9d4fb594f..71379dac3 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -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 \
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index c6829bd1c..675b0d26d 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -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