diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 63e0ff792..31480aac7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-09-19 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number to 6. + 2003-09-19 Christopher Faylor * thread.h (__reent_t::init_clib): Declare new function. 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. */