Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-01-19 18:46:43 +0300
committerChristopher Faylor <me@cgf.cx>2004-01-19 18:46:43 +0300
commit0e9319055479a441281a4b5ce91c9d06caafa3d9 (patch)
tree0141b6c15444d982d34104b0ea8f67e1e38587dc
parent80ecc90fa20aabe654054de81e038bf81107480f (diff)
* include/cygwin/version.h: Bump DLL minor number to 7 (should have been donecgf-deleteme
earlier).
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b8100186a..31959b83e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2004-01-19 Christopher Faylor <cgf@redhat.com>
+ * include/cygwin/version.h: Bump DLL minor number to 7 (should have been
+ done earlier).
+
+2004-01-19 Christopher Faylor <cgf@redhat.com>
+
* cygwin/include/signal.h: Add copyright notice.
* cygwin.din: Make clock SIGFE. Add clock_gettime, sigwaitinfo,
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index e8b557797..adb992432 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 6
+#define CYGWIN_VERSION_DLL_MINOR 7
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */