From 4f42df7bc43f874642b8da13c44438ca0d450c5f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 30 Jan 2001 23:19:19 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump version to 1.3.0. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 26d6a1447..6f1267da4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Tue Jan 30 18:15:23 2001 Christopher Faylor + + * include/cygwin/version.h: Bump version to 1.3.0. + Tue Jan 30 8:55:00 2001 Corinna Vinschen * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 22cf88f6e..abb76c070 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -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. */