summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-10 01:58:39 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-10 01:58:39 +0000
commitf1a4b6b59a0747eac6975d5341da3b69d42d22f0 (patch)
tree553414d79ec5884e0dede931750cfe469b2feab0
parentcf38615c3b9052dc19ed249bffcc46a7b2117ffc (diff)
downloadcygnal-f1a4b6b59a0747eac6975d5341da3b69d42d22f0.tar.gz
cygnal-f1a4b6b59a0747eac6975d5341da3b69d42d22f0.tar.bz2
cygnal-f1a4b6b59a0747eac6975d5341da3b69d42d22f0.zip
* include/cygwin/version.h: Bump DLL minor number to 1.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 909830d38..3e664b88a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 13657a078..6954d0969 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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. */