From 96ef911a49faacc57286876114b5c630158ceae2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 1 Mar 2011 22:35:00 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2fade6ae0..e171c4fcf 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2011-03-01 Christopher Faylor + + * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9. + 2011-02-28 Christopher Faylor * autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 7d723c0c4..f20e850e1 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -43,7 +43,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1007 -#define CYGWIN_VERSION_DLL_MINOR 8 +#define CYGWIN_VERSION_DLL_MINOR 9 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ -- 2.43.5