diff options
author | 2016-12-08 22:50:03 -0500 | |
---|---|---|
committer | 2016-12-08 22:50:03 -0500 | |
commit | 671380b56b55db638e6026e77e2eda0d3ac6ed52 (patch) | |
tree | 27ac64b5c6a22d0c7a163a7923ad61c1fe375799 /src/textadept.rc | |
parent | ed192326b8f6c89cfb5fba51fb185cbfc723fa43 (diff) | |
download | textadept-671380b56b55db638e6026e77e2eda0d3ac6ed52.tar.gz textadept-671380b56b55db638e6026e77e2eda0d3ac6ed52.zip |
Updated for 9.1.
Diffstat (limited to 'src/textadept.rc')
-rw-r--r-- | src/textadept.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/textadept.rc b/src/textadept.rc index 5164f95f..3d33d194 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -3,8 +3,8 @@ textadept ICON "../core/images/textadept.ico\0"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 9, 0, 0, 0
-PRODUCTVERSION 9, 0, 0, 0
+FILEVERSION 9, 1, 0, 0
+PRODUCTVERSION 9, 1, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "9.0\0"
+ VALUE "FileVersion", "9.1\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2016 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "9.0\0"
+ VALUE "ProductVersion", "9.1\0"
END
END
END
|