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

This commit is contained in:
Corinna Vinschen
2014-05-19 14:31:08 +00:00
parent 9c36b394d9
commit a25a812338
4 changed files with 52 additions and 36 deletions

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, 2013 Red Hat, Inc.
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 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 30
#define CYGWIN_VERSION_DLL_MINOR 31
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */