From bd6e091dda6bd897e6c3053d70bd19ea87e5f5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 1 Mar 2013 17:49:19 -0800 Subject: [PATCH] Increase version from 0.3 to 0.8 to highlight the fact *a lot* of work has happened in the meantime. --- build/preprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/preprocess.sh b/build/preprocess.sh index 9553729a..3dd3e8b5 100755 --- a/build/preprocess.sh +++ b/build/preprocess.sh @@ -24,7 +24,7 @@ # commented Preprocessed, still formated and commented # stripped Preprocessed, formated but without comments -VERSION=0.3 +VERSION=0.8 DATE=$(git log -1 --pretty=format:%ad) COMMAND="./prepro.js -d '{ \"version\": $VERSION, \"date\": \"$DATE\", \"parser\": \"acorn\", \"svg\": true }' $3 $2"