diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-05 23:13:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-05 23:13:47 +0000 |
commit | 82105181d8793e62e80282121c9832af7fe3d0e5 (patch) | |
tree | 9fa4064bb103ff22ad432d05037a29d8db9ad7ce | |
parent | 910e57ec840e03fcbe945ee197598268ba69ed3f (diff) | |
download | newlib-82105181d8793e62e80282121c9832af7fe3d0e5.zip newlib-82105181d8793e62e80282121c9832af7fe3d0e5.tar.gz newlib-82105181d8793e62e80282121c9832af7fe3d0e5.tar.bz2 |
* include/cygwin/version.h: Bump version to 1.3.5.
-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 681b809..b54b880 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2001-11-05 Christopher Faylor <cgf@redhat.com> + + * include/cygwin/version.h: Bump version to 1.3.5. + 2001-11-05 Corinna Vinschen <corinna@vinschen.de> * mmap.cc (mmap_record::find_empty): Add input parameter check. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 98f5596..12e5438 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.4 */ + /* The current cygwin version is 1.3.5 */ #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 4 +#define CYGWIN_VERSION_DLL_MINOR 5 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |