From 0e9319055479a441281a4b5ce91c9d06caafa3d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 19 Jan 2004 15:46:43 +0000 Subject: * include/cygwin/version.h: Bump DLL minor number to 7 (should have been done earlier). --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b8100186a..31959b83e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2004-01-19 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number to 7 (should have been + done earlier). + 2004-01-19 Christopher Faylor * cygwin/include/signal.h: Add copyright notice. 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. */ -- cgit v1.2.3