diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-12 19:09:21 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-12 19:09:21 +0000 |
commit | f50c3d7672bc2cc46a7eb9b7d5df0db62e45534e (patch) | |
tree | 8353fa2c027534db8eeabd5af1861a1ac9925c60 | |
parent | cbd06c55ddf731d814a69b5616ce579db32dfd4a (diff) | |
download | newlib-github/unlabeled-1.52.2.zip newlib-github/unlabeled-1.52.2.tar.gz newlib-github/unlabeled-1.52.2.tar.bz2 |
Bump back to 1.3.5github/unlabeled-1.52.2unlabeled-1.52.2
-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 60c5168..3995778 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -44,7 +44,7 @@ details. */ /* The current cygwin version is 1.3.6 */ #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 6 +#define CYGWIN_VERSION_DLL_MINOR 5 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |