Skip to content

Commit f7eb0c6

Browse files
author
Peter Kosyh
committed
1.3
1 parent ed81eca commit f7eb0c6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.3
2+
* -e option;
3+
* windown version can be run outside directory.
4+
* cleanups.
5+
16
1.2
27
* -x option;
38
* *bold* and /italic/;

Makefile.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 1.2
1+
VERSION := 1.3
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.2" -D_POSIX_SOURCE -Ilua/src -DPLAN9 -DUNIX -DSTEAD_PATH="/sys/games/lib/instead/"
4+
CFLAGS= -DVERSION="1.3" -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)