diff options
author | 2014-04-01 09:44:15 -0400 | |
---|---|---|
committer | 2014-04-01 09:44:15 -0400 | |
commit | 5abdec9ea9f026755c711e327c25c4bcbd69c96f (patch) | |
tree | b2d80d822a993ae7ea1477533013db405f4448b1 /src | |
parent | f00cac5dd0e7fd63e430e5e75fe476afd7f199fc (diff) | |
download | textadept-5abdec9ea9f026755c711e327c25c4bcbd69c96f.tar.gz textadept-5abdec9ea9f026755c711e327c25c4bcbd69c96f.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 0728058a..1d531413 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 2</string> + <string>7.2 beta 3</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index 1d1e7e97..c87459ef 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 2\0"
+ VALUE "FileVersion", "7.2 beta 3\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 2\0"
+ VALUE "ProductVersion", "7.2 beta 3\0"
END
END
END
|