diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-09 20:50:11 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-09 20:50:11 +0000 |
commit | 659fb3ffd311f00eb6691b629b07f97622f61684 (patch) | |
tree | 68a89018038f32ecb7982d7cec023b11aa4643ee | |
parent | a113a3c540bc175afae325620f3537dbd61a8978 (diff) | |
download | cygnal-659fb3ffd311f00eb6691b629b07f97622f61684.tar.gz cygnal-659fb3ffd311f00eb6691b629b07f97622f61684.tar.bz2 cygnal-659fb3ffd311f00eb6691b629b07f97622f61684.zip |
* include/cygwin/version.h: Bump DLL minor number to 21.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index a275a960a..cf25d35fb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-03-09 Christopher Faylor <cgf@redhat.com> + * include/cygwin/version.h: Bump DLL minor number to 21. + +2003-03-09 Christopher Faylor <cgf@redhat.com> + Do some minor reformatting of 'extern "C"' use throughout. 2003-03-06 Christopher January <chris@atomice.net> diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 306f31972..89cd8b03b 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 21 +#define CYGWIN_VERSION_DLL_MINOR 22 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |