diff options
author | 2014-03-01 12:24:50 -0500 | |
---|---|---|
committer | 2014-03-01 12:24:50 -0500 | |
commit | b8bee089a65f9653d200071e83d4dd1615623661 (patch) | |
tree | 9c788e8aead51cfc64f6eef1a81837131064eb17 /src | |
parent | 9a3685348d1205cbffeb784df296d55216f512aa (diff) | |
download | textadept-b8bee089a65f9653d200071e83d4dd1615623661.tar.gz textadept-b8bee089a65f9653d200071e83d4dd1615623661.zip |
Updated for 7.2 beta 2.
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 d89285c7..0728058a 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -1021,7 +1021,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>7.2 beta</string> + <string>7.2 beta 2</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index a2fa2f8b..1d1e7e97 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.2 beta\0"
+ VALUE "FileVersion", "7.2 beta 2\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.2 beta\0"
+ VALUE "ProductVersion", "7.2 beta 2\0"
END
END
END
|