* include/cygwin/version.h: Bump version to 1.3.5.

This commit is contained in:
Christopher Faylor 2001-11-05 23:13:47 +00:00
parent 910e57ec84
commit 82105181d8
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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. */