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>2003-09-20 07:15:57 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-20 07:15:57 +0400
commit5ab307ccfd4dfb970e3b6a7c4710e0f3f5dcb442 (patch)
tree26980c4c7794ca32e4d5d080aae8fbfe6ff3855e /winsup/cygwin
parent370b1173b0d8bef55257fa50d393b06910d5cebc (diff)
* include/cygwin/version.h: Bump DLL minor number to 6.
Diffstat (limited to 'winsup/cygwin')
-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 63e0ff792..31480aac7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2003-09-19 Christopher Faylor <cgf@redhat.com>
+ * include/cygwin/version.h: Bump DLL minor number to 6.
+
+2003-09-19 Christopher Faylor <cgf@redhat.com>
+
* thread.h (__reent_t::init_clib): Declare new function.
* thread.cc (__reent_t::init_clib): Define new function.
(pthread::thread_init_wrapper): Use __reent_t::init_clib to init local
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 6c1c1c8ad..26b1685f6 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 5
+#define CYGWIN_VERSION_DLL_MINOR 6
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */