diff options
author | Christopher Faylor <me@cgf.cx> | 2004-05-25 20:00:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-05-25 20:00:19 +0000 |
commit | 37eadb6fb16dfa96bf9983de76a812037ced8ed6 (patch) | |
tree | 41182e4c7d60abf205b4c0aa35d6492b7d0444ac /winsup/cygwin/include | |
parent | 9a17d61b09e60afb999cd65ad1d996d9aa11dda2 (diff) | |
download | cygnal-37eadb6fb16dfa96bf9983de76a812037ced8ed6.tar.gz cygnal-37eadb6fb16dfa96bf9983de76a812037ced8ed6.tar.bz2 cygnal-37eadb6fb16dfa96bf9983de76a812037ced8ed6.zip |
* winbase.h: Semi-revert previous patch as it caused strange behavior. Use
syntax similar to that recommended in mingw-dvlpr.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 83cc97ebc..d171f40f1 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,7 +42,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1005 -#define CYGWIN_VERSION_DLL_MINOR 11 +#define CYGWIN_VERSION_DLL_MINOR 10 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |