aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-08-29 20:57:15 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-08-29 20:57:15 -0400
commite12e14d6dedd1714ff957f3d7f7672f0ada7d387 (patch)
treefe34261807789287317f6af3e9f1568d04db9256 /src
parentb80b8e433768c6c5873187faf68af16d1123683c (diff)
downloadtextadept-e12e14d6dedd1714ff957f3d7f7672f0ada7d387.tar.gz
textadept-e12e14d6dedd1714ff957f3d7f7672f0ada7d387.zip
Updated for 6.0 beta 2.
Diffstat (limited to 'src')
-rw-r--r--src/textadept.rc4
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