diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-12 00:40:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-12 00:40:29 +0000 |
commit | a36ee0b6b9b656c99447823ad175839b86b48c7f (patch) | |
tree | af40dc26abeb6bf9de335c9fc29ef47b426cb63b | |
parent | 64bd8a83af6b848e1a0af97f724ccbed6f57a72c (diff) | |
download | newlib-a36ee0b6b9b656c99447823ad175839b86b48c7f.zip newlib-a36ee0b6b9b656c99447823ad175839b86b48c7f.tar.gz newlib-a36ee0b6b9b656c99447823ad175839b86b48c7f.tar.bz2 |
* include/cygwin/version.h: Bump version to 1.3.6.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index fa47514..a75b8dd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2001-11-11 Christopher Faylor <cgf@redhat.com> + + * include/cygwin/version.h: Bump version to 1.3.6. + 2001-11-10 Christopher Faylor <cgf@redhat.com> * dtable.cc (dtable::build_fhandler): Don't increment console fd count diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 12e5438..60c5168 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -41,10 +41,10 @@ details. */ the Cygwin library". This version is used to track important changes to the DLL and is mainly informative in nature. */ - /* The current cygwin version is 1.3.5 */ + /* The current cygwin version is 1.3.6 */ #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 5 +#define CYGWIN_VERSION_DLL_MINOR 6 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |