From 5946622e722a2b6b1eaed9920a1b8cdd7aab2983 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 19 Jan 2002 23:06:28 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump DLL minor number. --- 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 5df79ae7a..e71aa4002 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2002-01-19 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number. + 2002-01-19 Christopher Faylor * Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 40a42e197..960e80d02 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -44,7 +44,7 @@ details. */ /* The current cygwin version is 1.3.6 */ #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 7 +#define CYGWIN_VERSION_DLL_MINOR 8 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ -- 2.43.5