diff options
author | 2011-09-28 18:08:20 -0400 | |
---|---|---|
committer | 2011-09-28 18:08:20 -0400 | |
commit | 5ed91ea0752671093eff91258dcb30b00c517731 (patch) | |
tree | b92bdf2d39108ab6987a4737d98ef645c4ab863f | |
parent | 851ebfe28a7c2c157cdf17d4623cb954dc3802ea (diff) | |
download | textadept-5ed91ea0752671093eff91258dcb30b00c517731.tar.gz textadept-5ed91ea0752671093eff91258dcb30b00c517731.zip |
Updated for 4.1.
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | src/textadept.rc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/core/init.lua b/core/init.lua index 8126679b..ae69de30 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" +_RELEASE = "Textadept 4.1" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') diff --git a/src/textadept.rc b/src/textadept.rc index 84062111..7fdaf535 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -3,8 +3,8 @@ textadept ICON "../core/images/textadept.ico\0"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 4, 0, 0, 0
-PRODUCTVERSION 4, 0, 0, 0
+FILEVERSION 4, 1, 0, 0
+PRODUCTVERSION 4, 1, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "4.0\0"
+ VALUE "FileVersion", "4.1\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\0"
+ VALUE "ProductVersion", "4.1\0"
END
END
END
|