From ffe93793928977d79d620e6f580ccff85f3983ef Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Mar 2010 19:06:51 -0400 Subject: Added About dialog. --- core/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/init.lua') 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 mitchellcaladbolg.net. See LICENSE. +_RELEASE = "Textadept 2.2 beta" + local textadept = _G.textadept package.path = _HOME..'/core/?.lua;'..package.path -- cgit v1.2.3