Skip to content

Commit 4c2e042

Browse files
committed
Updated for 11.0 alpha 2.
1 parent 0ce2b8f commit 4c2e042

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
22

3-
_RELEASE = 'Textadept 11.0 alpha'
3+
_RELEASE = 'Textadept 11.0 alpha 2'
44
_COPYRIGHT =
55
'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttp://foicica.com/textadept'
66

src/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -2304,9 +2304,9 @@
23042304
<key>CFBundleSignature</key>
23052305
<string>????</string>
23062306
<key>CFBundleVersion</key>
2307-
<string>11.0alpha</string>
2307+
<string>11.0alpha2</string>
23082308
<key>CFBundleShortVersionString</key>
2309-
<string>11.0 alpha</string>
2309+
<string>11.0 alpha 2</string>
23102310
<key>NSHighResolutionCapable</key>
23112311
<true/>
23122312
</dict>

src/textadept.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ BEGIN
1717
BEGIN
1818
VALUE "CompanyName", "Mitchell\0"
1919
VALUE "FileDescription", "textadept\0"
20-
VALUE "FileVersion", "11.0 alpha\0"
20+
VALUE "FileVersion", "11.0 alpha 2\0"
2121
VALUE "InternalName", "textadept\0"
2222
VALUE "LegalCopyright", "Copyright 2006-2020 by Mitchell\0"
2323
VALUE "OriginalFilename", "textadept.exe\0"
2424
VALUE "ProductName", "textadept\0"
25-
VALUE "ProductVersion", "11.0 alpha\0"
25+
VALUE "ProductVersion", "11.0 alpha 2\0"
2626
END
2727
END
2828
END

0 commit comments

Comments
 (0)