]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Bump DLL version to 3.1
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 27 Mar 2019 13:01:17 +0000 (14:01 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 27 Mar 2019 13:01:44 +0000 (14:01 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/include/cygwin/version.h

index 0ce7e10da5cc6e23982a561b6d184d17adfc8142..bb4ffe77107aabd8025cc5ca5ddc49085efab06a 100644 (file)
@@ -10,8 +10,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 3000
-#define CYGWIN_VERSION_DLL_MINOR 5
+#define CYGWIN_VERSION_DLL_MAJOR 3001
+#define CYGWIN_VERSION_DLL_MINOR 0
 
 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */
 
This page took 0.035395 seconds and 5 git commands to generate.