Skip to content

Commit 1753ac7

Browse files
author
peter
committed
1.5
1 parent d42ad77 commit 1753ac7

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.5
2+
* metaparser 2.2 included.
3+
14
1.4
25
* savepath added (lua);
36
* metaparser 2.1 included.

Makefile.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 1.4
1+
VERSION := 1.5
22

33
DESTDIR=./release/
44

metaparser

mkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
</$objtype/mkfile
22

33
CC=pcc
4-
CFLAGS= -DVERSION="1.4" -D_POSIX_SOURCE -Ilua/src -DPLAN9 -DUNIX -DSTEAD_PATH="/sys/games/lib/instead/"
4+
CFLAGS= -DVERSION="1.5" -D_POSIX_SOURCE -Ilua/src -DPLAN9 -DUNIX -DSTEAD_PATH="/sys/games/lib/instead/"
55
LIBS=lua/src/liblua.a
66

77
all: $O.instead-cli

0 commit comments

Comments
 (0)