OSDN Git Service

* include/cygwin/version.h: Bump DLL minor number.
authorcgf <cgf>
Wed, 25 Dec 2002 23:39:04 +0000 (23:39 +0000)
committercgf <cgf>
Wed, 25 Dec 2002 23:39:04 +0000 (23:39 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index f4248c3..252aacd 100644 (file)
@@ -1,5 +1,9 @@
 2002-12-25  Christopher Faylor  <cgf@redhat.com>
 
+       * include/cygwin/version.h: Bump DLL minor number.
+
+2002-12-25  Christopher Faylor  <cgf@redhat.com>
+
        * exceptions.cc (events_init): Initialize critical section to control
        exiting via signal.
        (signal_exit): Enter critical section early to avoid exit races with
index 9543259..690da3f 100644 (file)
@@ -42,7 +42,7 @@ details. */
         changes to the DLL and is mainly informative in nature. */
 
 #define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 18
+#define CYGWIN_VERSION_DLL_MINOR 19
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */