diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Completion/Core/.distfiles | 2 | ||||
-rw-r--r-- | Config/version.mk | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index c81f07817..a9a53289b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-31 Peter Stephenson <pws@csr.com> + + * Config/version.mk: 3.1.9-dev-4. + + * unposted: Completion/Core/.distfiles: add compaudit + 2000-07-31 Sven Wischnowsky <wischnow@zsh.org> * 12439: Src/hist.c: isalpha() -> ialpha(); avoid a compiler diff --git a/Completion/Core/.distfiles b/Completion/Core/.distfiles index aaf844598..d80466656 100644 --- a/Completion/Core/.distfiles +++ b/Completion/Core/.distfiles @@ -7,5 +7,5 @@ DISTFILES_SRC=' _parameters _path_files _prefix _requested _sep_parts _set_options _setup _sort_tags _tags _unset_options _wanted - compdump compinit compinstall + compaudit compdump compinit compinstall ' diff --git a/Config/version.mk b/Config/version.mk index 774f08306..81ed078f0 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=3.1.9-dev-3 -VERSION_DATE='July 17, 2000' +VERSION=3.1.9-dev-4 +VERSION_DATE='July 31, 2000' |