diff options
author | 2014-09-29 22:01:33 -0400 | |
---|---|---|
committer | 2014-09-29 22:01:33 -0400 | |
commit | e492b39c96f155b529771992d0bddf519638ffbb (patch) | |
tree | e4a8e9d7bf26462604c5011a8024ad2d09a06801 /src | |
parent | 42aa663a9dd8b5008530e117c677ed391879c5c7 (diff) | |
download | textadept-e492b39c96f155b529771992d0bddf519638ffbb.tar.gz textadept-e492b39c96f155b529771992d0bddf519638ffbb.zip |
Updated for 7.7.
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 d13da2fd..ab3c5560 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -1041,7 +1041,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.6</string> + <string>7.7</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index 383904d1..52ec267a 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, 6, 0, 0
-PRODUCTVERSION 7, 6, 0, 0
+FILEVERSION 7, 7, 0, 0
+PRODUCTVERSION 7, 7, 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.6\0"
+ VALUE "FileVersion", "7.7\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.6\0"
+ VALUE "ProductVersion", "7.7\0"
END
END
END
|