diff options
author | 2013-06-29 11:24:59 -0400 | |
---|---|---|
committer | 2013-06-29 11:24:59 -0400 | |
commit | e8f9c0d8a0bf3517745071263a26934cf59bff3e (patch) | |
tree | 66153ba1a9c8c43e67094867151acd5427278c93 /src/textadept.rc | |
parent | 94389cf548069afb0d66853412ea2bc02210fec6 (diff) | |
download | textadept-e8f9c0d8a0bf3517745071263a26934cf59bff3e.tar.gz textadept-e8f9c0d8a0bf3517745071263a26934cf59bff3e.zip |
Updated for 7.0 alpha 2.
Diffstat (limited to 'src/textadept.rc')
-rw-r--r-- | src/textadept.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textadept.rc b/src/textadept.rc index 14e7ca6b..10c5d901 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", "7.0 alpha\0"
+ VALUE "FileVersion", "7.0 alpha 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2013 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "7.0 alpha\0"
+ VALUE "ProductVersion", "7.0 alpha 2\0"
END
END
END
|