* include/cygwin/version.h: Bump version to 1.3.0.

This commit is contained in:
Christopher Faylor 2001-01-30 23:19:19 +00:00
parent 535964b7a4
commit 4f42df7bc4
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 30 18:15:23 2001 Christopher Faylor <cgf@cygnus.com>
* include/cygwin/version.h: Bump version to 1.3.0.
Tue Jan 30 8:55:00 2001 Corinna Vinschen <corinna@vinschen.de>
* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of

View File

@ -41,10 +41,10 @@ details. */
the Cygwin library". This version is used to track important
changes to the DLL and is mainly informative in nature. */
/* The current cygwin version is 1.1.0 */
/* The current cygwin version is 1.3.0 */
#define CYGWIN_VERSION_DLL_MAJOR 1001
#define CYGWIN_VERSION_DLL_MINOR 8
#define CYGWIN_VERSION_DLL_MAJOR 1003
#define CYGWIN_VERSION_DLL_MINOR 0
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */