diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-07-18 15:04:10 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-07-18 15:04:10 +0100 |
commit | c1de877995cb8087692ea96900ae2acfc72bfc9b (patch) | |
tree | 9e4df008b30f5f7f771f82e50e67ceae4dd2fdd3 /lib/lace.lua | |
parent | 90da68831a2fe77e422cabe0de2f44d4f38c2859 (diff) | |
download | lace-c1de877995cb8087692ea96900ae2acfc72bfc9b.tar.gz |
LACE: Update version to 1.0 ready for taggingv1.0
Diffstat (limited to 'lib/lace.lua')
-rw-r--r-- | lib/lace.lua | 2 |
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) |