diff options
author | Christopher Faylor <me@cgf.cx> | 2004-01-19 15:46:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-01-19 15:46:43 +0000 |
commit | 0e9319055479a441281a4b5ce91c9d06caafa3d9 (patch) | |
tree | 0141b6c15444d982d34104b0ea8f67e1e38587dc | |
parent | 80ecc90fa20aabe654054de81e038bf81107480f (diff) | |
download | newlib-0e9319055479a441281a4b5ce91c9d06caafa3d9.zip newlib-0e9319055479a441281a4b5ce91c9d06caafa3d9.tar.gz newlib-0e9319055479a441281a4b5ce91c9d06caafa3d9.tar.bz2 |
* include/cygwin/version.h: Bump DLL minor number to 7 (should have been donegithub/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 b810018..31959b8 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 e8b5577..adb9924 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. */ |