Bump minor DLL version to 3

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-06-02 14:10:30 +02:00
parent 3c932910e6
commit da1611493a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-06-02 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 3.
2015-05-28 Takashi Yano <takashi.yano@nifty.ne.jp>
Corinna Vinschen <corinna@vinschen.de>

View file

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