diff options
author | 2010-04-29 12:29:22 -0400 | |
---|---|---|
committer | 2010-04-29 12:29:22 -0400 | |
commit | 12ff44bed6196c3d5170615a15697f63079caadc (patch) | |
tree | 0306fd99062136d6626648ca1f1424e822788617 /src | |
parent | b9c91491fe4f1acaa69530e4fe4d138dc820a58e (diff) | |
download | textadept-12ff44bed6196c3d5170615a15697f63079caadc.tar.gz textadept-12ff44bed6196c3d5170615a15697f63079caadc.zip |
Modified files for 2.2 beta 2 release.
Diffstat (limited to 'src')
-rw-r--r-- | src/textadept.rc | 8 |
1 files changed, 4 insertions, 4 deletions
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
|