diff options
author | Earnie Boyd <earnie@users.sf.net> | 2004-04-19 17:01:27 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2004-04-19 17:01:27 +0000 |
commit | da3c66eb9a72ab2e4dd969118f8e3c63c2beb086 (patch) | |
tree | 91dabab6674943231e3e8cf2d5fdf6f44a3f3083 /winsup/mingw | |
parent | 81e7a69f5a8ff605d6912d64fbb4befb9805f2cb (diff) | |
download | cygnal-da3c66eb9a72ab2e4dd969118f8e3c63c2beb086.tar.gz cygnal-da3c66eb9a72ab2e4dd969118f8e3c63c2beb086.tar.bz2 cygnal-da3c66eb9a72ab2e4dd969118f8e3c63c2beb086.zip |
* include/_mingw.h: Revert to primary release 3 and increment minor
release to 3.
* Makefile.in (VERSION): Ditto.
Diffstat (limited to 'winsup/mingw')
-rw-r--r-- | winsup/mingw/ChangeLog | 1 | ||||
-rw-r--r-- | winsup/mingw/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index cbb4742ec..f9fb7e623 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -2,6 +2,7 @@ * include/_mingw.h: Revert to primary release 3 and increment minor release to 3. + * Makefile.in (VERSION): Ditto. 2004-04-01 Danny Smith <dannysmith@users.sourceforge.net> diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index 08ab5c0da..c3fc12798 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 4.0 +VERSION = 3.3 CYGRELEASE = 1 VPATH = @srcdir@ |