diff options
author | Earnie Boyd <earnie@users.sf.net> | 2005-01-13 19:51:02 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2005-01-13 19:51:02 +0000 |
commit | bfe069a3b09da705367c3a7dd7cea9cd91f0de51 (patch) | |
tree | 875eea9cbb15bf141c5c12a0fcfcbe643f617f43 /winsup/mingw/Makefile.in | |
parent | a09a6e6838838ef396fb933fbaf5a8e2728dcd2a (diff) | |
download | newlib-bfe069a3b09da705367c3a7dd7cea9cd91f0de51.zip newlib-bfe069a3b09da705367c3a7dd7cea9cd91f0de51.tar.gz newlib-bfe069a3b09da705367c3a7dd7cea9cd91f0de51.tar.bz2 |
* include/_mingw.h: Increment version to 3.7.
* 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 7703d0e..d806651 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.6 +VERSION = 3.7 CYGRELEASE = 1 VPATH = @srcdir@ |