aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-05-31 22:18:23 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-05-31 22:18:23 -0400
commitad97778e47af4eb09225c7768ebb076d74850792 (patch)
tree9f1929e25998ba2f31f92be51804449a3fa4e5ee /core
parent3a8ee9a639822aa7727afa14c285cbe5eb5ff2a4 (diff)
downloadtextadept-ad97778e47af4eb09225c7768ebb076d74850792.tar.gz
textadept-ad97778e47af4eb09225c7768ebb076d74850792.zip
Updated for Textadept 5.4.
Diffstat (limited to 'core')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index 573c0b76..ecfef7b9 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
-_RELEASE = "Textadept 5.3"
+_RELEASE = "Textadept 5.4"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')