aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-09-28 15:56:47 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-09-28 15:56:47 -0400
commit9303ac592ad2940d0932b6d91db0f7dc5c56c9f6 (patch)
tree259e83be0b40159a0b653f5e3db7245719a71002 /src
parentf004c9da96ec90dd7e33da84e8be59a54eebaf84 (diff)
downloadtextadept-9303ac592ad2940d0932b6d91db0f7dc5c56c9f6.tar.gz
textadept-9303ac592ad2940d0932b6d91db0f7dc5c56c9f6.zip
Updated for 9.0.
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 1252a3d9..2b9b8423 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -1175,7 +1175,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>9.0 beta</string>
+ <string>9.0</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index fec0bae9..5164f95f 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 8, 9, 9, 0
-PRODUCTVERSION 8, 9, 9, 0
+FILEVERSION 9, 0, 0, 0
+PRODUCTVERSION 9, 0, 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 beta\0"
+ VALUE "FileVersion", "9.0\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 beta\0"
+ VALUE "ProductVersion", "9.0\0"
END
END
END