From 83b82addb6a3cae3d55cf612ce77945bd6c1468e Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Sat, 4 Oct 2014 10:11:44 +0200 Subject: [PATCH] bump POTION_VERSION to 0.3, add ChangeLog --- ChangeLog | 6 ++++++ config.mak | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89fdab2c..9fa2bed8 100644 --- a/ChangeLog +++ b/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. diff --git a/config.mak b/config.mak index 1e08a4b2..4a9746f9 100644 --- a/config.mak +++ b/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)