* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Belatedly bump
to 25.
This commit is contained in:
parent
bffd6fb0e2
commit
3c654cd48a
|
@ -1,3 +1,8 @@
|
||||||
|
2013-08-31 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Belatedly bump
|
||||||
|
to 25.
|
||||||
|
|
||||||
2013-08-31 Corinna Vinschen <corinna@vinschen.de>
|
2013-08-31 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* heap.cc (RAISEHEAP_SIZE): New definition.
|
* heap.cc (RAISEHEAP_SIZE): New definition.
|
||||||
|
|
|
@ -43,7 +43,7 @@ details. */
|
||||||
changes to the DLL and is mainly informative in nature. */
|
changes to the DLL and is mainly informative in nature. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_DLL_MAJOR 1007
|
#define CYGWIN_VERSION_DLL_MAJOR 1007
|
||||||
#define CYGWIN_VERSION_DLL_MINOR 24
|
#define CYGWIN_VERSION_DLL_MINOR 25
|
||||||
|
|
||||||
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
|
||||||
incompatible. */
|
incompatible. */
|
||||||
|
|
Loading…
Reference in New Issue