diff options
| author | Corinna Vinschen <corinna@vinschen.de> | 2025-01-29 20:10:58 +0100 |
|---|---|---|
| committer | Corinna Vinschen <corinna@vinschen.de> | 2025-01-29 20:10:58 +0100 |
| commit | 08e65dd685bec34d4d74f45c06129d271b210bc7 (patch) | |
| tree | 38baed32819b5fd4ce8bebd7304b32c2931800a1 | |
| parent | 2644508ff8144e534dfcd2c7d1aef38c4eacadf8 (diff) | |
| download | newlib-github/cygwin-3_5-branch.zip newlib-github/cygwin-3_5-branch.tar.gz newlib-github/cygwin-3_5-branch.tar.bz2 | |
Bump Cygwin version to 3.5.8github/cygwin-3_5-branchcygwin-3_5-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 78fbce0..86af274 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 3005 -#define CYGWIN_VERSION_DLL_MINOR 7 +#define CYGWIN_VERSION_DLL_MINOR 8 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */ |
