From 9d77d536019718206173928669cb3a4e1f19d2ec Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 9 Aug 2003 16:32:03 +0000 Subject: * include/cygwin/version.h: Bump DLL minor number to 3. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 081ac2abe..cfd58efee 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2003-08-09 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number to 3. + 2003-08-08 Gerrit P. Haase * include/stdint.h: Correctly define INT32_MIN. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 05be44f6e..8a6354ddc 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 1005 -#define CYGWIN_VERSION_DLL_MINOR 2 +#define CYGWIN_VERSION_DLL_MINOR 3 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ -- cgit v1.2.3