aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-01-10 21:27:24 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-01-10 21:27:24 -0500
commitdeae812c1be56a25dcdd54e1ee368c9abab5a3be (patch)
tree18af8f6ac7af147a6479b8454a28d123e7885abb /src
parent2e45d7edfd35e1f0f113bb72a78bd7744cb6df83 (diff)
downloadtextadept-deae812c1be56a25dcdd54e1ee368c9abab5a3be.tar.gz
textadept-deae812c1be56a25dcdd54e1ee368c9abab5a3be.zip
Updated for 5.0 beta.
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 e01fa8c9..13bd2d2e 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", "5.0 alpha\0"
+ VALUE "FileVersion", "5.0 beta\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2012 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "5.0 alpha\0"
+ VALUE "ProductVersion", "5.0 beta\0"
END
END
END