diff options
author | 2010-04-29 12:29:22 -0400 | |
---|---|---|
committer | 2010-04-29 12:29:22 -0400 | |
commit | 12ff44bed6196c3d5170615a15697f63079caadc (patch) | |
tree | 0306fd99062136d6626648ca1f1424e822788617 /core | |
parent | b9c91491fe4f1acaa69530e4fe4d138dc820a58e (diff) | |
download | textadept-12ff44bed6196c3d5170615a15697f63079caadc.tar.gz textadept-12ff44bed6196c3d5170615a15697f63079caadc.zip |
Modified files for 2.2 beta 2 release.
Diffstat (limited to 'core')
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index 25708169..6390e3ad 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -_RELEASE = "Textadept 2.2 beta" +_RELEASE = "Textadept 2.2 beta 2" local textadept = _G.textadept |