Bump Cygwin DLL minor number.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-08-03 21:46:55 +02:00
parent fe24411770
commit 09d458b5c7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-08-03 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1.
2015-07-29 Corinna Vinschen <corinna@vinschen.de>
* miscfuncs.cc (memset): x86_64 only: Implement in assembler.

View File

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