]> sourceware.org Git - newlib-cygwin.git/commitdiff
Bump Cygwin DLL version to 2.4.0
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 18 Nov 2015 21:11:54 +0000 (22:11 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 18 Nov 2015 21:11:54 +0000 (22:11 +0100)
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2004.
(CYGWIN_VERSION_API_MINOR): Reset to 0.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index 44738a690807d7f1e5b25dedc9303d68f5da00cc..9877cafe6c134c5b3d079e8efef85ff69a235a80 100644 (file)
@@ -1,3 +1,8 @@
+2015-11-18  Corinna Vinschen  <corinna@vinschen.de>
+
+       * include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2004.
+       (CYGWIN_VERSION_API_MINOR): Reset to 0.
+
 2015-11-18  Corinna Vinschen  <corinna@vinschen.de>
 
        * collate.h (__collate_load_error): Convert to extern declaration.
index 2edd7d747b58ff4a311c357bffebb33741757cdc..c5b75eede6116614c16bc79dd0ab545688d94f52 100644 (file)
@@ -42,8 +42,8 @@ details. */
         the Cygwin shared library".  This version is used to track important
         changes to the DLL and is mainly informative in nature. */
 
-#define CYGWIN_VERSION_DLL_MAJOR 2003
-#define CYGWIN_VERSION_DLL_MINOR 1
+#define CYGWIN_VERSION_DLL_MAJOR 2004
+#define CYGWIN_VERSION_DLL_MINOR 0
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */
This page took 0.037115 seconds and 5 git commands to generate.