aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-02-27 12:22:50 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-02-27 12:22:50 +0100
commitb65153e50e9b6f336f8709dfa6a28c1fa69a1c77 (patch)
tree313626d9c125f4248162e1e4f7783eb17f5be863
parenta5744289b71a08e0cec284002629b82801813dc8 (diff)
downloadnewlib-b65153e50e9b6f336f8709dfa6a28c1fa69a1c77.zip
newlib-b65153e50e9b6f336f8709dfa6a28c1fa69a1c77.tar.gz
newlib-b65153e50e9b6f336f8709dfa6a28c1fa69a1c77.tar.bz2
bump DLL version to 3.5.2
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 5998b75..48030b3 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 1
+#define CYGWIN_VERSION_DLL_MINOR 2
/* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the
combined DLL major and minor numbers. */