diff options
author | 2013-09-30 21:55:50 -0400 | |
---|---|---|
committer | 2013-09-30 21:55:50 -0400 | |
commit | e89985eba5c4c6eee73071843f4e00f9ce879d40 (patch) | |
tree | 243b69e2b61ef8294e331ee59d351d4920e4f371 /src | |
parent | fceda031f64a2a66113fdda36c6a8c532f66b8d0 (diff) | |
download | textadept-e89985eba5c4c6eee73071843f4e00f9ce879d40.tar.gz textadept-e89985eba5c4c6eee73071843f4e00f9ce879d40.zip |
Updated for Textadept 7.0 beta 4.
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 ba764ff6..2e16a714 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -977,7 +977,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.0 beta 3</string> + <string>7.0 beta 4</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index c2b97b8a..a95afbdb 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.0 beta 3\0"
+ VALUE "FileVersion", "7.0 beta 4\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2013 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "7.0 beta 3\0"
+ VALUE "ProductVersion", "7.0 beta 4\0"
END
END
END
|