Bump minor DLL version to 2
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
a7a784c774
commit
761a123a4f
|
@ -1,3 +1,7 @@
|
||||||
|
2015-05-03 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 2.
|
||||||
|
|
||||||
2015-04-30 Corinna Vinschen <corinna@vinschen.de>
|
2015-04-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1.
|
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 1.
|
||||||
|
|
|
@ -43,7 +43,7 @@ details. */
|
||||||
changes to the DLL and is mainly informative in nature. */
|
changes to the DLL and is mainly informative in nature. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_DLL_MAJOR 2000
|
#define CYGWIN_VERSION_DLL_MAJOR 2000
|
||||||
#define CYGWIN_VERSION_DLL_MINOR 1
|
#define CYGWIN_VERSION_DLL_MINOR 2
|
||||||
|
|
||||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||||
incompatible. */
|
incompatible. */
|
||||||
|
|
Loading…
Reference in New Issue