aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-04-30 21:29:35 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-04-30 21:29:35 -0400
commit533e7e55c54709e7a0f3f45aeadb06bf80d4bfea (patch)
tree406ebe2dde24e2d7193d14b94993df0283574a01 /src
parent892edb00db9f3118f655921c18756f7c30b179a3 (diff)
Updated for 7.2.
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 59fd8f16..835f32f1 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -1021,7 +1021,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>7.2 beta 4</string>
+ <string>7.2</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index f4b809f3..1842a7e5 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, 1, 9, 0
-PRODUCTVERSION 7, 1, 9, 0
+FILEVERSION 7, 2, 0, 0
+PRODUCTVERSION 7, 2, 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.2 beta 4\0"
+ VALUE "FileVersion", "7.2\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.2 beta 4\0"
+ VALUE "ProductVersion", "7.2\0"
END
END
END