diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-04-09 23:47:01 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-04-09 23:47:01 +0000 |
commit | 4e4871b389bc938d24e0c892e52182a81f2a1c7d (patch) | |
tree | 59bb5cca871db89832c2f480584b345d1947fc7e /winsup/mingw/Makefile.in | |
parent | 605280b1923b3a86bc98e2d2bd59331d2398da3a (diff) | |
download | newlib-4e4871b389bc938d24e0c892e52182a81f2a1c7d.zip newlib-4e4871b389bc938d24e0c892e52182a81f2a1c7d.tar.gz newlib-4e4871b389bc938d24e0c892e52182a81f2a1c7d.tar.bz2 |
* include/_mingw.h: Increment version.
* 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 b5f236b..2b13116 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 1.3 +VERSION = 1.4 CYGRELEASE = 1 VPATH = @srcdir@ |