* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.

This commit is contained in:
Corinna Vinschen 2013-04-22 10:13:30 +00:00
parent c22112f61a
commit fc1ff1150c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-04-22 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.
2013-04-16 Corinna Vinschen <corinna@vinschen.de>
* glob.cc: Include winsup.h before anything else.

View File

@ -1,7 +1,7 @@
/* version.h -- Cygwin version numbers and accompanying documentation.
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc.
This file is part of Cygwin.
@ -43,7 +43,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 1007
#define CYGWIN_VERSION_DLL_MINOR 18
#define CYGWIN_VERSION_DLL_MINOR 19
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */