aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-06-10 19:18:14 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-06-10 19:18:14 -0400
commitfa0829739e58bbc0343ae0d3a9c8d09ede2a54b4 (patch)
tree08b1a914113f42a34e11d36148a53e43b7e71abb /src
parent80a0e030a1736ef7f4d9034c02b68fd3a84369b3 (diff)
Updated for 7.4.
Diffstat (limited to 'src')
-rw-r--r--src/Info.plist2
-rw-r--r--src/textadept.rc8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Info.plist b/src/Info.plist
index 4b46d5c8..d6dcf47a 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -1021,7 +1021,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.3</string>
+ <string>7.4</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 02250347..28020c33 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, 3, 0, 0
-PRODUCTVERSION 7, 3, 0, 0
+FILEVERSION 7, 4, 0, 0
+PRODUCTVERSION 7, 4, 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.3\0"
+ VALUE "FileVersion", "7.4\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.3\0"
+ VALUE "ProductVersion", "7.4\0"
END
END
END