OSDN Git Service

* include/cygwin/version.h: Bump DLL minor number.
authorcgf <cgf>
Mon, 14 Oct 2002 00:06:32 +0000 (00:06 +0000)
committercgf <cgf>
Mon, 14 Oct 2002 00:06:32 +0000 (00:06 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index c1a576f..df2e66b 100644 (file)
@@ -1,5 +1,9 @@
 2002-10-13  Christopher Faylor  <cgf@redhat.com>
 
+       * include/cygwin/version.h: Bump DLL minor number.
+
+2002-10-13  Christopher Faylor  <cgf@redhat.com>
+
        * cygthread.cc (cygthread::stub): Don't create event for long-running
        threads.  Initialize thread_sync event here which is used to Suspend
        using an event rather than relying on SuspendThread/ResumeThread.
@@ -61,7 +65,7 @@
        (wait_sig): Use GetCurrentThread() as SetThreadPriority call rather
        than *event* handle.  Call ExitThread directly on termination.
        (wait_subproc): Call ExitThread directly on termination.
-       * tty.cc (tty_list::terminate): Don't attempt t detach from
+       * tty.cc (tty_list::terminate): Don't attempt to detach from
        output_thread.
 
 2002-10-08  Christopher Faylor  <cgf@redhat.com>
index da55915..984798f 100644 (file)
@@ -41,10 +41,8 @@ details. */
         the Cygwin library".  This version is used to track important
         changes to the DLL and is mainly informative in nature. */
 
-  /* The current cygwin version is 1.3.6 */
-
 #define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 13
+#define CYGWIN_VERSION_DLL_MINOR 14
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */