diff options
author | 2013-10-02 22:46:00 -0400 | |
---|---|---|
committer | 2013-10-02 22:46:00 -0400 | |
commit | 489e6c1f8b460afbd169384053d94411431e0969 (patch) | |
tree | 51f95d50523eb187794f9668a9f49e5d782fdd75 /scripts/gen_plist.lua | |
parent | b3c832b412f2466c53b6a57d41899ace6836c89d (diff) | |
download | textadept-489e6c1f8b460afbd169384053d94411431e0969.tar.gz textadept-489e6c1f8b460afbd169384053d94411431e0969.zip |
Updated file extensions for Textadept.app.
Diffstat (limited to 'scripts/gen_plist.lua')
-rwxr-xr-x | scripts/gen_plist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_plist.lua b/scripts/gen_plist.lua index efa91d60..0cf693bd 100755 --- a/scripts/gen_plist.lua +++ b/scripts/gen_plist.lua @@ -83,7 +83,7 @@ xml[#xml + 1] = [[ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.0 beta</string> + <string>7.0 beta 4</string> <key>NSHighResolutionCapable</key> <true/> </dict> |