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

This commit is contained in:
Christopher Faylor 2002-01-21 20:55:59 +00:00
parent 28982aa871
commit 0ac2abea6c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-21 Christopher Faylor <cgf@redhat.com>
* include/cygwin/version.h: Bump DLL minor number.
2002-01-21 Corinna Vinschen <corinna@vinschen.de>
* grp.cc (getgrgid): Don't return default gid entry when ntsec is on.

View File

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