aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-03-30 19:06:51 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-03-30 19:06:51 -0400
commitffe93793928977d79d620e6f580ccff85f3983ef (patch)
tree14fb7d8af2f604248eabee7fbe900d7254045e01 /core/init.lua
parent0e5ee2ac98cf61bf574a6ea06b2e9d2f2e04c53d (diff)
downloadtextadept-ffe93793928977d79d620e6f580ccff85f3983ef.tar.gz
textadept-ffe93793928977d79d620e6f580ccff85f3983ef.zip
Added About dialog.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/init.lua b/core/init.lua
index 505a3b45..f17ec196 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,5 +1,7 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+_RELEASE = "Textadept 2.2 beta"
+
local textadept = _G.textadept
package.path = _HOME..'/core/?.lua;'..package.path