diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-06-14 13:46:12 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-06-14 13:46:12 +0000 |
commit | ced1e577b77b5bf0abab7fdcce453fdf0fb249ce (patch) | |
tree | bab1464463a01a1385776a6648db3591278c2b3f /winsup/w32api/Makefile.in | |
parent | 687da29f133d3efd68f4b97514cd1673c7bab854 (diff) | |
download | cygnal-ced1e577b77b5bf0abab7fdcce453fdf0fb249ce.tar.gz cygnal-ced1e577b77b5bf0abab7fdcce453fdf0fb249ce.tar.bz2 cygnal-ced1e577b77b5bf0abab7fdcce453fdf0fb249ce.zip |
* include/w32api.h: Change to version 2.0 to reflect the change
in the license.
* README: Renamed.
* README.w32api: Renamed from README. Modified license to remove
the restriction of notifying the author based on the fact that the
author is unreachable at the notified address.
* Makefile.in (VERSION): Change to 2.0.
Diffstat (limited to 'winsup/w32api/Makefile.in')
-rw-r--r-- | winsup/w32api/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in index c6f12e508..003b2bf1c 100644 --- a/winsup/w32api/Makefile.in +++ b/winsup/w32api/Makefile.in @@ -66,11 +66,11 @@ FLAGS_TO_PASS = \ SUBDIRS = lib PACKAGE = w32api -VERSION = 1.5 +VERSION = 2.0 CYGRELEASE = 1 DIST_FILES = Makefile.in configure.in configure config.guess config.sub \ -install-sh README ChangeLog TODO CONTRIBUTIONS +install-sh README.w32api ChangeLog TODO CONTRIBUTIONS all: lib |