diff options
author | Christopher Faylor <cgf@redhat.com> | 2003-07-10 01:58:56 +0000 |
---|---|---|
committer | Christopher Faylor <cgf@redhat.com> | 2003-07-10 01:58:56 +0000 |
commit | e520a18bb98a6616238f54a5c62cf0e1d0b90026 (patch) | |
tree | 121d50167e36cc0b4ebf65d0f9ad9b297a85491f | |
parent | ce0f4904ca9d06f7c3a0ccc020a23d54eaa63929 (diff) | |
download | gdb-e520a18bb98a6616238f54a5c62cf0e1d0b90026.tar.gz |
merge from trunk
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 909830d3868..3e664b88aa8 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-07-09 Christopher Faylor <cgf@redhat.com> + * include/cygwin/version.h: Bump DLL minor number to 1. + +2003-07-09 Christopher Faylor <cgf@redhat.com> + * fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space for stat buffer. (format_proc_stat): Reorganize to accumulate and report on all cpus. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 13657a078f3..6954d09693c 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 0 +#define CYGWIN_VERSION_DLL_MINOR 1 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |