mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 19.
This commit is contained in:
parent
c22112f61a
commit
fc1ff1150c
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user