diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2005-08-13 12:52:43 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2005-08-13 12:52:43 +0000 |
commit | 50f196b57f00d411133ef72165015c63562b9c3e (patch) | |
tree | 6314a886025e03955e36683bd8de0fa2583b967b /winsup/mingw/Makefile.in | |
parent | b527e96688b2a63b43c8b0eb5a091d13e05be795 (diff) | |
download | cygnal-50f196b57f00d411133ef72165015c63562b9c3e.tar.gz cygnal-50f196b57f00d411133ef72165015c63562b9c3e.tar.bz2 cygnal-50f196b57f00d411133ef72165015c63562b9c3e.zip |
* Include/_mingw.h: Increment version to 3.8.
* 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 d80665109..5fa7232a1 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.7 +VERSION = 3.8 CYGRELEASE = 1 VPATH = @srcdir@ |