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. */