* include/cygwin/version.h: Bump DLL minor version number to 3.

This commit is contained in:
Christopher Faylor 2000-06-08 03:58:51 +00:00
parent 48b8705360
commit fe73870ce5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 7 23:56:10 2000 Christopher Faylor <cgf@cygnus.com>
* include/cygwin/version.h: Bump DLL minor version number to 3.
2000-06-07 DJ Delorie <dj@cygnus.com>
* cygwin.din: add cygwin_dll_init

View File

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