diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-12-20 15:40:10 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-12-20 15:40:10 +0000 |
commit | 992b4c1edc0238410a1231cfac7c802421764283 (patch) | |
tree | 4d045a2929ccc86be5ab423a021bbb9ea7fdfa2e /winsup/mingw/Makefile.in | |
parent | 63f5d32954efc99e07ef4d716d71ce4e92b1e336 (diff) | |
download | cygnal-992b4c1edc0238410a1231cfac7c802421764283.tar.gz cygnal-992b4c1edc0238410a1231cfac7c802421764283.tar.bz2 cygnal-992b4c1edc0238410a1231cfac7c802421764283.zip |
* include/_mingw.h: Increment version to 2.4.
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 f2e5d253d..6b1fe8e8b 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 2.3 +VERSION = 2.4 CYGRELEASE = 1 VPATH = @srcdir@ |