aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-11-15 17:03:34 +0100
committerCorinna Vinschen <corinna@vinschen.de>2022-11-25 13:35:21 +0100
commit8aa7ae03d7e93d2a502b2346d3cb70d335cb49a0 (patch)
treeea444ca949a266d7c204e92479e04659ef28f47a
parent2e4ecbb3f0d574d18eddb97eff9421db45fb0da7 (diff)
downloadnewlib-8aa7ae03d7e93d2a502b2346d3cb70d335cb49a0.zip
newlib-8aa7ae03d7e93d2a502b2346d3cb70d335cb49a0.tar.gz
newlib-8aa7ae03d7e93d2a502b2346d3cb70d335cb49a0.tar.bz2
Cygwin: bump DLL major version
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 4a9de4c..fb24fc6 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -10,7 +10,7 @@ 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 3004
+#define CYGWIN_VERSION_DLL_MAJOR 3005
#define CYGWIN_VERSION_DLL_MINOR 0
/* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the