diff options
author | 2015-01-09 08:57:46 -0500 | |
---|---|---|
committer | 2015-01-09 08:57:46 -0500 | |
commit | 1780aeaa7bff1e101bf376368b625a8406a0be35 (patch) | |
tree | 51097d399bc12106e6afc3795a802b9af9d06bc5 /src/textadept.rc | |
parent | 8c128854ac9f2c50ac851419cb5d1c2406b006fa (diff) | |
download | textadept-1780aeaa7bff1e101bf376368b625a8406a0be35.tar.gz textadept-1780aeaa7bff1e101bf376368b625a8406a0be35.zip |
Updated for 7.8 beta 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 841698e6..e8d703dc 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.8 beta\0"
+ VALUE "FileVersion", "7.8 beta 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2015 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "7.8 beta\0"
+ VALUE "ProductVersion", "7.8 beta 2\0"
END
END
END
|