diff options
author | 2012-08-29 20:57:15 -0400 | |
---|---|---|
committer | 2012-08-29 20:57:15 -0400 | |
commit | e12e14d6dedd1714ff957f3d7f7672f0ada7d387 (patch) | |
tree | fe34261807789287317f6af3e9f1568d04db9256 /src | |
parent | b80b8e433768c6c5873187faf68af16d1123683c (diff) | |
download | textadept-e12e14d6dedd1714ff957f3d7f7672f0ada7d387.tar.gz textadept-e12e14d6dedd1714ff957f3d7f7672f0ada7d387.zip |
Updated for 6.0 beta 2.
Diffstat (limited to 'src')
-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 82c78c46..bb7865c2 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", "6.0 beta\0"
+ VALUE "FileVersion", "6.0 beta 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2012 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "6.0 beta\0"
+ VALUE "ProductVersion", "6.0 beta 2\0"
END
END
END
|