* include/cygwin/version.h: Bump version to 1.3.6.
This commit is contained in:
parent
64bd8a83af
commit
a36ee0b6b9
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue