Cygwin: bump API version for addition of new/delete wrappers
authorJeremy Drake <cygwin@jdrake.com>
Thu, 31 Jul 2025 21:06:53 +0000 (14:06 -0700)
committerJeremy Drake <cygwin@jdrake.com>
Thu, 31 Jul 2025 21:07:07 +0000 (14:07 -0700)
Signed-off-by: Jeremy Drake <cygwin@jdrake.com>
winsup/cygwin/include/cygwin/version.h

index e4c16db43e3000f44871d244c8648aeac2a1c459..f3321020f72ef3b002e06ce0bcc00ab2b5ca6a00 100644 (file)
@@ -495,12 +495,13 @@ details. */
   357: Export posix_close.
   358: Export acl_get_fd_np, acl_get_link_np, acl_get_perm_np,
        acl_is_trivial_np, acl_set_fd_np, acl_set_link_np, acl_strip_np.
+  359: Export wrappers for C++14 and C++17 new and delete overloads.
 
   Note that we forgot to bump the api for ualarm, strtoll, strtoull,
   sigaltstack, sethostname. */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 358
+#define CYGWIN_VERSION_API_MINOR 359
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared
This page took 0.034265 seconds and 5 git commands to generate.