* include/cygwin/version.h: Bump minor version number.

This commit is contained in:
Christopher Faylor 2001-05-21 15:50:36 +00:00
parent b62456f42f
commit f01fb5e796
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon May 21 11:46:01 2001 Christopher Faylor <cgf@cygnus.com>
* include/cygwin/version.h: Bump minor version number.
Sun May 20 13:26:25 2001 Christopher Faylor <cgf@cygnus.com>
* fhandler_dsp.cc: Reformat to GNU standards.

View File

@ -44,7 +44,7 @@ details. */
/* The current cygwin version is 1.3.1 */
#define CYGWIN_VERSION_DLL_MAJOR 1003
#define CYGWIN_VERSION_DLL_MINOR 2
#define CYGWIN_VERSION_DLL_MINOR 3
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */