Bump Cygwin DLL minor number
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
d18f1fc8a3
commit
1968c57d9c
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue