OSDN Git Service

* include/cygwin/version.h: Bump DLL minor number to 4.
authorcgf <cgf>
Mon, 1 Sep 2003 17:12:29 +0000 (17:12 +0000)
committercgf <cgf>
Mon, 1 Sep 2003 17:12:29 +0000 (17:12 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index 3d4140a..a1e8650 100644 (file)
@@ -1,5 +1,9 @@
 2003-09-01  Christopher Faylor  <cgf@redhat.com>
 
+       * include/cygwin/version.h: Bump DLL minor number to 4.
+
+2003-09-01  Christopher Faylor  <cgf@redhat.com>
+
        * net.cc (dup_ent): Restore check for NULL input.
 
 2003-08-31  Christopher Faylor  <cgf@redhat.com>
index 8a6354d..b99b064 100644 (file)
@@ -42,7 +42,7 @@ details. */
         changes to the DLL and is mainly informative in nature. */
 
 #define CYGWIN_VERSION_DLL_MAJOR 1005
-#define CYGWIN_VERSION_DLL_MINOR 3
+#define CYGWIN_VERSION_DLL_MINOR 4
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */