Bump Cygwin DLL minor number

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-11-09 10:12:48 +01:00
parent d18f1fc8a3
commit 1968c57d9c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-11-09 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1.
2015-11-05 Corinna Vinschen <corinna@vinschen.de>
* mount.cc (fs_info::update): Fake a serial number on filesystems not

View File

@ -43,7 +43,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 2003
#define CYGWIN_VERSION_DLL_MINOR 0
#define CYGWIN_VERSION_DLL_MINOR 1
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */