]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/version.h: Bump API minor version.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 2 Jul 2002 09:40:07 +0000 (09:40 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 2 Jul 2002 09:40:07 +0000 (09:40 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index 0f950295b1cc46de50638cb857de4c4d0125c011..b1f6708efdae7e57d4a95a4b39d6afb921ed9be7 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Egor Duda <deo@logos-m.ru>
+
+       * include/cygwin/version.h: Bump API minor version.
+
 2002-07-01  Pierre Humblet <pierre.humblet@ieee.org>
 
        * security.cc (get_logon_server): Interpret a zero length
index 4c1437bc2f7bc02eb827829a5076658cb394bcf7..5b9cf44d6ef09c2e786f70480b43c7c64f9e7e3a 100644 (file)
@@ -151,12 +151,13 @@ details. */
        51: Export recvmsg, sendmsg.
        52: Export strptime
        53: Export strlcat, strlcpy.
+       54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 53
+#define CYGWIN_VERSION_API_MINOR 54
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
This page took 0.033132 seconds and 5 git commands to generate.