diff options
author | Ken Brown <kbrown@cornell.edu> | 2018-06-06 11:45:59 -0400 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2018-06-07 09:42:36 +0200 |
commit | ebc9171ede5dac2e28ce2c83f8bc550693981394 (patch) | |
tree | d4edc38648fdbdd9b33acacb2471a8a59c444ab3 | |
parent | 2ea436b4335946e0dcf098cf948a58af48dafad1 (diff) | |
download | cygnal-ebc9171ede5dac2e28ce2c83f8bc550693981394.tar.gz cygnal-ebc9171ede5dac2e28ce2c83f8bc550693981394.tar.bz2 cygnal-ebc9171ede5dac2e28ce2c83f8bc550693981394.zip |
Bump Cygwin DLL version to 2.11.0
-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 2991ab858..958acca3a 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 2010 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MAJOR 2011 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |