diff options
| -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)" |
