diff options
author | 2011-08-10 20:54:02 -0400 | |
---|---|---|
committer | 2011-08-10 20:54:02 -0400 | |
commit | 3af9ea489f0abe6e1fc0b06971f084aa9fe57651 (patch) | |
tree | 3dcaffc5ccfdc96e76b850eafdb7dd38f3c644ee | |
parent | fd4ead5b37598a950419b5a7cf2a0671ddef3c5e (diff) | |
download | textadept-3af9ea489f0abe6e1fc0b06971f084aa9fe57651.tar.gz textadept-3af9ea489f0abe6e1fc0b06971f084aa9fe57651.zip |
Updated for 4.0 beta 2.
-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 ee01eaf0..4e7c3584 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -_RELEASE = "Textadept 4.0 beta" +_RELEASE = "Textadept 4.0 beta 2" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') diff --git a/src/textadept.rc b/src/textadept.rc index a6cfbc14..37fde981 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", "4.0 beta\0"
+ VALUE "FileVersion", "4.0 beta 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2011 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "4.0 beta\0"
+ VALUE "ProductVersion", "4.0 beta 2\0"
END
END
END
|