https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7a3df8bb6fe36335acf01f8b7cfdb45ca249b705

commit 7a3df8bb6fe36335acf01f8b7cfdb45ca249b705
Author: Corinna Vinschen <[email protected]>
Date:   Thu Oct 28 22:29:42 2021 +0200

    Cygwin: bump DLL major version
    
    Signed-off-by: Corinna Vinschen <[email protected]>

Diff:
---
 winsup/cygwin/include/cygwin/version.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/winsup/cygwin/include/cygwin/version.h 
b/winsup/cygwin/include/cygwin/version.h
index 8f82fee4a..ad7fab43f 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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 3003
-#define CYGWIN_VERSION_DLL_MINOR 1
+#define CYGWIN_VERSION_DLL_MAJOR 3004
+#define CYGWIN_VERSION_DLL_MINOR 0
 
 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */

Reply via email to