diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-05 16:08:44 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-05 16:08:44 +0000 |
commit | dda37cd219d82abd5dbdb8585645bb23f432386b (patch) | |
tree | ba06acfaffacaf2c53511e97e7126319087066b6 /winsup/cygwin/include | |
parent | b73441fc30c4f1784838c5472ed2897c72e93be1 (diff) | |
download | cygnal-dda37cd219d82abd5dbdb8585645bb23f432386b.tar.gz cygnal-dda37cd219d82abd5dbdb8585645bb23f432386b.tar.bz2 cygnal-dda37cd219d82abd5dbdb8585645bb23f432386b.zip |
* include/cygwin/version.h: Bump DLL minor number to 12.
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..03048a8c1 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 12 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |