]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/version.h: Bump api minor number to reflect previous change.
authorChristopher Faylor <me@cgf.cx>
Mon, 13 May 2013 19:27:34 +0000 (19:27 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 13 May 2013 19:27:34 +0000 (19:27 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index 1aa847e97f2bb668d9195469df965c3512bc9f3e..6d72b0d037035e434688a169645acb057c293944 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-13  Christopher Faylor  <me.cygwin2013@cgf.cx>
+
+       * include/cygwin/version.h: Bump api minor number to reflect previous
+       change.
+
 2013-05-13  Christopher Faylor  <me.cygwin2013@cgf.cx>
 
        * i686.din: Remove _strtold.
index e8c45c7c2d8695d95a75e75a50011ca950ef68e2..2de99ef08daa301fab56d8a662633c4e51d30c8c 100644 (file)
@@ -432,12 +432,13 @@ details. */
       261: Export memrchr.
       262: Export getmntent_r.
       263: Export cfsetspeed.
+      264: Consistently export strtold
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 263
+#define CYGWIN_VERSION_API_MINOR 264
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
This page took 0.033929 seconds and 5 git commands to generate.