aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorJeremy Drake <cygwin@jdrake.com>2025-07-31 14:06:53 -0700
committerJeremy Drake <cygwin@jdrake.com>2025-07-31 14:07:07 -0700
commitd61692cbd03baf863b91d23bb3816ce2e891dcc2 (patch)
tree2e2652d4e68ab0d522517065f929f7b3adee94c0 /winsup
parent7d5c55faa196844260cf6c7e4d51d7e64016ff06 (diff)
downloadnewlib-master.zip
newlib-master.tar.gz
newlib-master.tar.bz2
Cygwin: bump API version for addition of new/delete wrappersHEADmastermain
Signed-off-by: Jeremy Drake <cygwin@jdrake.com>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index e4c16db..f332102 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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