diff options
author | 2021-11-30 15:53:21 -0500 | |
---|---|---|
committer | 2021-11-30 15:53:21 -0500 | |
commit | ee88cb2aa2b85d41b9dcb9286fd3da5b3f4e4891 (patch) | |
tree | 3390d764659c26050b302d2f802c9b4693a5f365 /src/textadept.rc | |
parent | be9f71f979847fd5993cf5aee36cb9e8f36cff21 (diff) | |
download | textadept-ee88cb2aa2b85d41b9dcb9286fd3da5b3f4e4891.tar.gz textadept-ee88cb2aa2b85d41b9dcb9286fd3da5b3f4e4891.zip |
Updated for 11.3 beta 3.
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 72c6c807..3621202f 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", "11.3 beta 2\0"
+ VALUE "FileVersion", "11.3 beta 3\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2021 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "11.3 beta 2\0"
+ VALUE "ProductVersion", "11.3 beta 3\0"
END
END
END
|