Skip to content

Commit

Permalink
bump POTION_VERSION to 0.3, add ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 4, 2014
1 parent 785ab10 commit 83b82ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
v0.3

* Added new syntax tuple[index] for fast unchecked access,
also for table with a string literal: table["key"]
* Added more examples

v0.2 Thu Sep 11 10:28:32 CDT 2014 rurban v0.2-0-ga280506-1153

* print and say methods return "" instead of nil.
Expand Down
2 changes: 1 addition & 1 deletion config.mak
@@ -1,7 +1,7 @@
# -*- makefile -*-
# create config.inc and core/config.h
POTION_MAJOR = 0
POTION_MINOR = 2
POTION_MINOR = 3
PREFIX = /usr/local
CC = $(shell tools/config.sh compiler)
PWD = $(shell pwd)
Expand Down

0 comments on commit 83b82ad

Please sign in to comment.