diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-13 23:11:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-13 23:11:38 +0000 |
commit | 41ffdfa51e938fc7370bc88cb9451760bdb33f9b (patch) | |
tree | e70e6c10276b748ea5ecbda2293a078127b4e3ad /winsup/cygwin/include | |
parent | 5b186cd99961b2f60701dee128c9a58fcbd6d8e6 (diff) | |
download | cygnal-41ffdfa51e938fc7370bc88cb9451760bdb33f9b.tar.gz cygnal-41ffdfa51e938fc7370bc88cb9451760bdb33f9b.tar.bz2 cygnal-41ffdfa51e938fc7370bc88cb9451760bdb33f9b.zip |
* include/cygwin/version.h: Bump DLL minor number to 23.
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 adb3947b1..df484fb6f 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 1003 -#define CYGWIN_VERSION_DLL_MINOR 22 +#define CYGWIN_VERSION_DLL_MINOR 23 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |