[newlib-cygwin/cygwin-3_6-branch] Cygwin: bump dll minor version to 3.6.10
Corinna Vinschen via Cygwin-cvs <[email protected]> Tue, 21 Apr 2026 15:22:39 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D15f49ba18a7= cdf2445bd323905f1a480a259ac2a commit 15f49ba18a7cdf2445bd323905f1a480a259ac2a Author: Corinna Vinschen <[email protected]> AuthorDate: Tue Apr 21 17:22:08 2026 +0200 Commit: Corinna Vinschen <[email protected]> CommitDate: Tue Apr 21 17:22:08 2026 +0200 Cygwin: bump dll minor version to 3.6.10 =20 Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/include/cygwin/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include= /cygwin/version.h index e61fd3913ab4..8c454e448560 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. */ =20 #define CYGWIN_VERSION_DLL_MAJOR 3006 -#define CYGWIN_VERSION_DLL_MINOR 9 +#define CYGWIN_VERSION_DLL_MINOR 10 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */