diff options
author | 2012-01-10 21:27:24 -0500 | |
---|---|---|
committer | 2012-01-10 21:27:24 -0500 | |
commit | deae812c1be56a25dcdd54e1ee368c9abab5a3be (patch) | |
tree | 18af8f6ac7af147a6479b8454a28d123e7885abb | |
parent | 2e45d7edfd35e1f0f113bb72a78bd7744cb6df83 (diff) | |
download | textadept-deae812c1be56a25dcdd54e1ee368c9abab5a3be.tar.gz textadept-deae812c1be56a25dcdd54e1ee368c9abab5a3be.zip |
Updated for 5.0 beta.
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | src/textadept.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/init.lua b/core/init.lua index a9a7d554..c1aff4f9 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. -_RELEASE = "Textadept 5.0 alpha" +_RELEASE = "Textadept 5.0 beta" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') diff --git a/src/textadept.rc b/src/textadept.rc index e01fa8c9..13bd2d2e 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "5.0 alpha\0"
+ VALUE "FileVersion", "5.0 beta\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2012 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "5.0 alpha\0"
+ VALUE "ProductVersion", "5.0 beta\0"
END
END
END
|