diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a97e03bf2..01ec78eea 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2013-11-29 Christopher Faylor + + * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27. + 2013-11-13 Jon TURNEY * include/cygwin/stdlib.h(initstate, random, setstate, srandom) : diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 47f610a06..dbe7dd6b2 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 26 +#define CYGWIN_VERSION_DLL_MINOR 27 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */