]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/version.h: Bump API minor number to 129.
authorChristopher Faylor <me@cgf.cx>
Wed, 25 May 2005 03:46:10 +0000 (03:46 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 25 May 2005 03:46:10 +0000 (03:46 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index bb6006365b583a1ffc755c58dd96a8cccd3edc2e..c1357eb692ed8cf490f080aeac083b455b5e40cf 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-24  Christopher Faylor  <cgf@timesys.com>
+
+       * include/cygwin/version.h: Bump API minor number to 129.
+
 2005-05-24  Christopher Faylor  <cgf@timesys.com>
 
        * cygwin.din: Export mkdtemp.
index 00b6b273daa3ef97bcd9fed9fe49a498eb2546fc..609529fc554630a21f540d8cccab7e017438405c 100644 (file)
@@ -255,12 +255,13 @@ details. */
       126: Export lsearch, lfind, timer_gettime.
       127: Export sigrelese.
       128: Export pselect.
+      129: Export mkdtemp.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 128
+#define CYGWIN_VERSION_API_MINOR 129
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
This page took 0.0352 seconds and 5 git commands to generate.