Bump Cygwin DLL minor number.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-08-24 18:35:49 +02:00
parent 9eb50ea21b
commit 986069c7e3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-08-24 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 2.
2015-08-18 Corinna Vinschen <corinna@vinschen.de> 2015-08-18 Corinna Vinschen <corinna@vinschen.de>
* netdb.cc (parse_services_line): Convert port number to network byte * netdb.cc (parse_services_line): Convert port number to network byte

View File

@ -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 2002 #define CYGWIN_VERSION_DLL_MAJOR 2002
#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. */