diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-03-10 20:50:35 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-03-10 20:50:35 +0100 |
commit | c9e4b69e9f48a517ec5c6bbf20c80bd744117b14 (patch) | |
tree | 210df0ab51ee6342a0a5cc5fb70d79cfb98e38a5 /winsup/cygwin/include | |
parent | 45d0d759103cf00ce61aafe31769bf9de673f9cf (diff) | |
download | cygnal-c9e4b69e9f48a517ec5c6bbf20c80bd744117b14.tar.gz cygnal-c9e4b69e9f48a517ec5c6bbf20c80bd744117b14.tar.bz2 cygnal-c9e4b69e9f48a517ec5c6bbf20c80bd744117b14.zip |
Belatedly bump Cygwin DLL version to 2.8.0
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 602313199..6ca307961 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -10,8 +10,8 @@ details. */ the Cygwin shared library". This version is used to track important changes to the DLL and is mainly informative in nature. */ -#define CYGWIN_VERSION_DLL_MAJOR 2007 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MAJOR 2008 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |