diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-02-25 14:49:19 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-02-25 14:49:19 +0000 |
| commit | 1c3105e30dd923f3be624169a5343e472302f15e (patch) | |
| tree | ee6f5c82c436fd6ad5cb9bd77fc56812c8244bb5 | |
| parent | 1343b7e5fc7e671a93eb5ed909dde7bb5f6c87cf (diff) | |
20110225-1449
| -rw-r--r-- | emu/port/portmkfile | 1 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/emu/port/portmkfile b/emu/port/portmkfile index 498d5674..b17818c6 100644 --- a/emu/port/portmkfile +++ b/emu/port/portmkfile @@ -1,5 +1,6 @@ PORTHFILES=\ $ROOT/$OBJDIR/include/lib9.h\ + $ROOT/$OBJDIR/include/emu.h\ $ROOT/include/fcall.h\ $ROOT/include/interp.h\ $ROOT/include/draw.h\ diff --git a/include/version.h b/include/version.h index 6c4a0453..956437c5 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20110224)" +#define VERSION "Fourth Edition (20110225)" |
