diff options
author | 2010-04-29 12:29:22 -0400 | |
---|---|---|
committer | 2010-04-29 12:29:22 -0400 | |
commit | 12ff44bed6196c3d5170615a15697f63079caadc (patch) | |
tree | 0306fd99062136d6626648ca1f1424e822788617 | |
parent | b9c91491fe4f1acaa69530e4fe4d138dc820a58e (diff) | |
download | textadept-12ff44bed6196c3d5170615a15697f63079caadc.tar.gz textadept-12ff44bed6196c3d5170615a15697f63079caadc.zip |
Modified files for 2.2 beta 2 release.
-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 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 diff --git a/src/textadept.rc b/src/textadept.rc index 49b5abc0..2a5a8e31 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 2, 1, 0, 0
-PRODUCTVERSION 2, 1, 0, 0
+FILEVERSION 2, 1, 9, 2
+PRODUCTVERSION 2, 1, 9, 2
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "2.1\0"
+ VALUE "FileVersion", "2.2 beta 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2010 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "2.1\0"
+ VALUE "ProductVersion", "2.2 beta 2\0"
END
END
END
|