aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-12-08 22:50:03 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2016-12-08 22:50:03 -0500
commit671380b56b55db638e6026e77e2eda0d3ac6ed52 (patch)
tree27ac64b5c6a22d0c7a163a7923ad61c1fe375799 /src
parented192326b8f6c89cfb5fba51fb185cbfc723fa43 (diff)
downloadtextadept-671380b56b55db638e6026e77e2eda0d3ac6ed52.tar.gz
textadept-671380b56b55db638e6026e77e2eda0d3ac6ed52.zip
Updated for 9.1.
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 2b9b8423..912cfa68 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -1175,7 +1175,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>9.0</string>
+ <string>9.1</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
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