diff options
author | Christopher Faylor <cgf@redhat.com> | 2004-01-19 15:46:42 +0000 |
---|---|---|
committer | Christopher Faylor <cgf@redhat.com> | 2004-01-19 15:46:42 +0000 |
commit | a9bb116b4ce2612bab2ec407f5658590084c3ad1 (patch) | |
tree | 0c2251f5919a30d45046226fd424a3767dbb5f82 | |
parent | 3c9c611960b37619593fbb52594323cc6bc56799 (diff) | |
download | gdb-cgf-deleteme.tar.gz |
* include/cygwin/version.h: Bump DLL minor number to 7 (should have been donecvs/cgf-deletemecgf-deleteme
earlier).
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b8100186a21..31959b83eda 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2004-01-19 Christopher Faylor <cgf@redhat.com> + * include/cygwin/version.h: Bump DLL minor number to 7 (should have been + done earlier). + +2004-01-19 Christopher Faylor <cgf@redhat.com> + * cygwin/include/signal.h: Add copyright notice. * cygwin.din: Make clock SIGFE. Add clock_gettime, sigwaitinfo, diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index e8b557797fa..adb99243281 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 6 +#define CYGWIN_VERSION_DLL_MINOR 7 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |