summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-04-28 10:20:34 +0000
committerCorinna Vinschen <corinna@vinschen.de>2010-04-28 10:20:34 +0000
commit8f47a15cef72e29e9249f4b49167830264a2d6b4 (patch)
tree9186912e73d4ce666d65b36a7609198b6ec09573 /winsup
parentc2bedf3aa337e8b8e620b2aa6e9f02e499ee2a85 (diff)
downloadcygnal-8f47a15cef72e29e9249f4b49167830264a2d6b4.tar.gz
cygnal-8f47a15cef72e29e9249f4b49167830264a2d6b4.tar.bz2
cygnal-8f47a15cef72e29e9249f4b49167830264a2d6b4.zip
* include/cygwin/version.h: Bump API minor version.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 616f8697e..5a13b93f7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2010-04-28 Corinna Vinschen <corinna@vinschen.de>
+ * include/cygwin/version.h: Bump API minor version.
+
+2010-04-28 Corinna Vinschen <corinna@vinschen.de>
+
* cygwin.din (__locale_mb_cur_max): Export.
* nlsfuncs.cc (__getlocaleinfo): Drop conversion to multibyte.
(__charfromwchar): New function to convert to multibyte.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index f21592d40..fb9ce136b 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -379,12 +379,13 @@ details. */
223: SIGPWR added.
224: Export xdr* functions.
225: Export __xdr* functions.
+ 226: Export __locale_mb_cur_max.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 225
+#define CYGWIN_VERSION_API_MINOR 226
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible