diff options
author | Christopher Faylor <me@cgf.cx> | 2004-03-17 16:38:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-03-17 16:38:48 +0000 |
commit | 7faaacbbf1afee246d5846103f0e823148845ae6 (patch) | |
tree | 0322167c0ec9375fbf032bc5842ece7531519b4b /winsup/cygwin/include | |
parent | 4a95a7fe4a8217a2ee1f42401bf3d0a7b33c9ac5 (diff) | |
download | cygnal-7faaacbbf1afee246d5846103f0e823148845ae6.tar.gz cygnal-7faaacbbf1afee246d5846103f0e823148845ae6.tar.bz2 cygnal-7faaacbbf1afee246d5846103f0e823148845ae6.zip |
* include/cygwin/version.h: Bump DLL minor number to 9.
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 0633af504..adb82fec6 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 8 +#define CYGWIN_VERSION_DLL_MINOR 9 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |