diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-06-05 18:31:10 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-06-05 18:31:10 +0000 |
| commit | d78829ca00e50f361d0f56a418168410749d159b (patch) | |
| tree | 1efae41eed46bc314be63affd50bd7d196d7e0f4 | |
| parent | 2639ac91904d0a4b1a3a553cf54c3e67a33f69be (diff) | |
20070605-1930
| -rw-r--r-- | appl/cmd/mkfile | 3 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/appl/cmd/mkfile b/appl/cmd/mkfile index 8888950b..69cf60d0 100644 --- a/appl/cmd/mkfile +++ b/appl/cmd/mkfile @@ -33,6 +33,7 @@ TARG=\ broke.dis\ bytes.dis\ cal.dis\ + calc.dis\ cat.dis\ cd.dis\ cddb.dis\ @@ -85,12 +86,10 @@ TARG=\ lockfs.dis\ logfile.dis\ look.dis\ - lc.dis\ ls.dis\ lstar.dis\ man2html.dis\ man2txt.dis\ - mathcalc.dis\ mc.dis\ md5sum.dis\ mdb.dis\ diff --git a/include/version.h b/include/version.h index 4aaf4461..f243150a 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20070603)" +#define VERSION "Fourth Edition (20070605)" |
