diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-11-18 22:26:49 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2006-11-18 22:26:49 +0000 |
commit | c6bf4f2a19a9c932160a147695ffa5c3332e9fbd (patch) | |
tree | 74e9f872e2e9223ac32ea34909f89a78ab852adb /winsup/mingw/Makefile.in | |
parent | 634f2d7fa7666c515f8ee33f104bc330c0e90a98 (diff) | |
download | newlib-c6bf4f2a19a9c932160a147695ffa5c3332e9fbd.zip newlib-c6bf4f2a19a9c932160a147695ffa5c3332e9fbd.tar.gz newlib-c6bf4f2a19a9c932160a147695ffa5c3332e9fbd.tar.bz2 |
2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.11.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r-- | winsup/mingw/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index f3531e1..c931fb6 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 3.10 +VERSION = 3.11 CYGRELEASE = 1 VPATH = @srcdir@ |