diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2025-03-18 12:20:53 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2025-03-18 16:40:05 +0100 |
commit | 89a3edadccced812348a9f38ab143c8bd282a2b9 (patch) | |
tree | f978a55153fb04f8b2844e933395593c2d5a49ff | |
parent | 57cb4dcb942f6325c5e03d4c072e384b52a41e17 (diff) | |
download | newlib-cygwin-3_6-branch.zip newlib-cygwin-3_6-branch.tar.gz newlib-cygwin-3_6-branch.tar.bz2 |
Cygwin: bump DLL version to 3.6.1github/cygwin-3_6-branchcygwin-3_6-branch
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 0228074..f4f908f 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -11,7 +11,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 3006 -#define CYGWIN_VERSION_DLL_MINOR 0 +#define CYGWIN_VERSION_DLL_MINOR 1 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */ |