OSDN Git Service

* include/cygwin/version.h: Bump DLL minor number to 1.
authorcgf <cgf>
Thu, 10 Jul 2003 01:58:38 +0000 (01:58 +0000)
committercgf <cgf>
Thu, 10 Jul 2003 01:58:38 +0000 (01:58 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h

index 909830d..3e664b8 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-09  Christopher Faylor  <cgf@redhat.com>
 
+       * include/cygwin/version.h: Bump DLL minor number to 1.
+
+2003-07-09  Christopher Faylor  <cgf@redhat.com>
+
        * fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space
        for stat buffer.
        (format_proc_stat): Reorganize to accumulate and report on all cpus.
index 13657a0..6954d09 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 0
+#define CYGWIN_VERSION_DLL_MINOR 1
 
       /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
         incompatible. */