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

This commit is contained in:
Christopher Faylor 2013-09-25 16:17:59 +00:00
parent 6aa3bb2f66
commit ade2acf274
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-09-25 Christopher Faylor <me.cygwin2013@cgf.cx>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 26.
2013-09-25 Christopher Faylor <me.cygwin2013@cgf.cx>
* sigproc.h (hold_everything::ischild): Declare as reference.

View File

@ -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 25
#define CYGWIN_VERSION_DLL_MINOR 26
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */