summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-18 15:04:10 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-18 15:04:10 +0100
commitc1de877995cb8087692ea96900ae2acfc72bfc9b (patch)
tree9e4df008b30f5f7f771f82e50e67ceae4dd2fdd3
parent90da68831a2fe77e422cabe0de2f44d4f38c2859 (diff)
downloadlace-c1de877995cb8087692ea96900ae2acfc72bfc9b.tar.gz
LACE: Update version to 1.0 ready for taggingv1.0
-rw-r--r--lib/lace.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lace.lua b/lib/lace.lua
index c4759a0..2002cf3 100644
--- a/lib/lace.lua
+++ b/lib/lace.lua
@@ -13,7 +13,7 @@ local builtin = require "lace.builtin"
local engine = require "lace.engine"
local error = require 'lace.error'
-local _VERSION = 0
+local _VERSION = 1
local _ABI = 1
local VERSION = "Lace Version " .. tostring(_VERSION)