diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-07-19 17:13:10 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-07-19 17:13:10 +0100 |
| commit | 4bd97154eb7890916a874961a9355d266d3f9cbf (patch) | |
| tree | 4b8add1eb95b8af1de968a6c46c0d266be8f477b | |
| parent | 132f29a5b45fcdf39d41b96d34dd2c6d5de892e5 (diff) | |
20070919-1713
| -rw-r--r-- | appl/lib/mkfile | 4 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/appl/lib/mkfile b/appl/lib/mkfile index 67de72ac..3032ce68 100644 --- a/appl/lib/mkfile +++ b/appl/lib/mkfile @@ -36,6 +36,7 @@ TARG=\ deflate.dis\ devpointer.dis\ dhcpclient.dis\ + dial.dis\ dialog.dis\ dict.dis\ dis.dis\ @@ -70,11 +71,13 @@ TARG=\ lock.dis\ login.dis\ man.dis\ + memfs.dis\ mpeg.dis\ msgio.dis\ nametree.dis\ names.dis\ newns.dis\ + oldauth.dis\ palm.dis\ palmdb.dis\ palmfile.dis\ @@ -166,6 +169,7 @@ SYSMODULES= \ draw.m\ env.m\ exception.m\ + factotum.m\ filepat.m\ filter.m\ fslib.m\ diff --git a/include/version.h b/include/version.h index 5f7b05b6..f39a6568 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20090718)" +#define VERSION "Fourth Edition (20090719)" |
