diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index aa9886833..54966f40a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2012-10-21 Corinna Vinschen + + * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 18. + 2012-10-16 Corinna Vinschen * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 34f501f13..3b8434d4a 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 17 +#define CYGWIN_VERSION_DLL_MINOR 18 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */