From: cgf Date: Tue, 21 Jan 2003 05:13:42 +0000 (+0000) Subject: * include/cygwin/version.h: Bump DLL minor number. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e36ff1b55be16d1c0c43d22843c500e9e9f3927c;p=pf3gnuchains%2Fpf3gnuchains3x.git * include/cygwin/version.h: Bump DLL minor number. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7efa5542cb..acf9237351 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-01-21 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number. + 2003-01-21 Pierre Humblet * path.h (etc::change_possible): Revert the type to bool. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index b36801d1bd..1b370fa5f7 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,7 +42,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 19 +#define CYGWIN_VERSION_DLL_MINOR 20 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */