diff options
author | 2014-07-10 17:54:38 -0400 | |
---|---|---|
committer | 2014-07-10 17:54:38 -0400 | |
commit | 1a6973fc549c650789f95ed20054ca6830eaeec3 (patch) | |
tree | 8fcd64901fb907cf17b28d4bc4b4e70e21c3acaa /src | |
parent | 5ca7dc36a82d85db54d0382843525fa822bb2044 (diff) | |
download | textadept-1a6973fc549c650789f95ed20054ca6830eaeec3.tar.gz textadept-1a6973fc549c650789f95ed20054ca6830eaeec3.zip |
Updated for 7.5.
Diffstat (limited to 'src')
-rw-r--r-- | src/Info.plist | 2 | ||||
-rw-r--r-- | src/textadept.rc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Info.plist b/src/Info.plist index d6dcf47a..d1ac826b 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -1021,7 +1021,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.4</string> + <string>7.5</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index 28020c33..66804100 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 7, 4, 0, 0
-PRODUCTVERSION 7, 4, 0, 0
+FILEVERSION 7, 5, 0, 0
+PRODUCTVERSION 7, 5, 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", "7.4\0"
+ VALUE "FileVersion", "7.5\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2014 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "7.4\0"
+ VALUE "ProductVersion", "7.5\0"
END
END
END
|