From 659fb3ffd311f00eb6691b629b07f97622f61684 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 9 Mar 2003 20:50:11 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump DLL minor number to 21. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a275a960a..cf25d35fb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-03-09 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number to 21. + 2003-03-09 Christopher Faylor Do some minor reformatting of 'extern "C"' use throughout. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 306f31972..89cd8b03b 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 21 +#define CYGWIN_VERSION_DLL_MINOR 22 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ -- 2.43.5