diff options
author | 2015-01-20 23:02:39 -0500 | |
---|---|---|
committer | 2015-01-20 23:02:39 -0500 | |
commit | 251e1935d5bd5f356f53f3ae5a40a35f62ca420f (patch) | |
tree | 7b0c4b0c5d7c3feb68601460d08a57baa279e80c /src | |
parent | 8d643f7a7c93a3ffc41324077d2584b78ecfcf4e (diff) | |
download | textadept-251e1935d5bd5f356f53f3ae5a40a35f62ca420f.tar.gz textadept-251e1935d5bd5f356f53f3ae5a40a35f62ca420f.zip |
Updated for 7.8 beta 3.
Diffstat (limited to 'src')
-rw-r--r-- | src/Info.plist | 2 | ||||
-rw-r--r-- | src/textadept.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Info.plist b/src/Info.plist index eb7913c2..ad917de8 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -1041,7 +1041,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.8 beta 2</string> + <string>7.8 beta 3</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index e8d703dc..efcb85c4 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "7.8 beta 2\0"
+ VALUE "FileVersion", "7.8 beta 3\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2015 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "7.8 beta 2\0"
+ VALUE "ProductVersion", "7.8 beta 3\0"
END
END
END
|