* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 13.
This commit is contained in:
parent
f777ddfbe3
commit
fba41a7c3d
|
@ -1,3 +1,7 @@
|
|||
2012-04-03 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 13.
|
||||
|
||||
2012-04-03 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* syscalls.cc (fhandler_base::stat_fixup): Replace string comparison
|
||||
|
|
|
@ -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 12
|
||||
#define CYGWIN_VERSION_DLL_MINOR 13
|
||||
|
||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||
incompatible. */
|
||||
|
|
Loading…
Reference in New Issue