diff options
author | Christopher Faylor <me@cgf.cx> | 2013-11-29 13:31:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-11-29 13:31:54 +0000 |
commit | 8116e5e59b4a652db82ad0923683c569017599a9 (patch) | |
tree | 689f6e6b818c88dc7186fe710992ffed12be6cce /winsup/cygwin | |
parent | 390aa0b67fbbbe2998bb040795d585b1408866d7 (diff) | |
download | newlib-8116e5e59b4a652db82ad0923683c569017599a9.zip newlib-8116e5e59b4a652db82ad0923683c569017599a9.tar.gz newlib-8116e5e59b4a652db82ad0923683c569017599a9.tar.bz2 |
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a97e03b..01ec78e 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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) : diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 47f610a..dbe7dd6 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -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. */ |