* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.
This commit is contained in:
parent
390aa0b67f
commit
8116e5e59b
|
@ -1,3 +1,7 @@
|
|||
2013-11-29 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||
|
||||
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.
|
||||
|
||||
2013-11-13 Jon TURNEY <jon.turney@dronecode.org.uk>
|
||||
|
||||
* include/cygwin/stdlib.h(initstate, random, setstate, srandom) :
|
||||
|
|
|
@ -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 26
|
||||
#define CYGWIN_VERSION_DLL_MINOR 27
|
||||
|
||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||
incompatible. */
|
||||
|
|
Loading…
Reference in New Issue