Skip to content

Commit 5951f28

Browse files
committed
Updated for 12.7 beta 2.
1 parent 566b1d6 commit 5951f28

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

core/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
for _, arg in ipairs(arg) do if arg == '-T' or arg == '--cov' then require('luacov') end end
77

88
--- The Textadept release version string.
9-
_RELEASE = 'Textadept 12.7 nightly'
9+
_RELEASE = 'Textadept 12.7 beta 2'
1010
--- Textadept's copyright information.
1111
_COPYRIGHT = 'Copyright © 2007-2025 Mitchell. See LICENSE.\n' ..
1212
'https://orbitalquark.github.io/textadept'

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and a Qt runtime is distributed with Windows and macOS builds.
5858
You can download pre-built binaries for various platforms, as well as source code from the
5959
links below.
6060

61-
Stable Release<br/>(12.6) | Beta Release<br/>(12.7 beta) | Experimental<br/>nightly build
61+
Stable Release<br/>(12.6) | Beta Release<br/>(12.7 beta 2) | Experimental<br/>nightly build
6262
-|-|-
6363
[Windows][stable win] | [Windows][beta win] | [Windows][nightly win]
6464
[macOS][stable mac] | [macOS][beta mac] | [macOS][nightly mac]
@@ -73,12 +73,12 @@ A list of all released versions is [here][all versions] along with their release
7373
[stable linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.6/textadept_12.6.linux.tgz
7474
[stable modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.6/textadept_12.6.modules.zip
7575
[stable source]: https://github.com/orbitalquark/textadept/archive/refs/tags/textadept_12.6.zip
76-
[beta win]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta/textadept_12.7_beta.win.zip
77-
[beta mac]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta/textadept_12.7_beta.macOS.zip
78-
[beta linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta/textadept_12.7_beta.linux.tgz
79-
[beta arm]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta/textadept_12.7_beta.linux.arm.tgz
80-
[beta modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta/textadept_12.7_beta.modules.zip
81-
[beta source]: https://github.com/orbitalquark/textadept/archive/refs/tags/textadept_12.7_beta.zip
76+
[beta win]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta_2/textadept_12.7_beta_2.win.zip
77+
[beta mac]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta_2/textadept_12.7_beta_2.macOS.zip
78+
[beta linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta_2/textadept_12.7_beta_2.linux.tgz
79+
[beta arm]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta_2/textadept_12.7_beta_2.linux.arm.tgz
80+
[beta modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_12.7_beta_2/textadept_12.7_beta_2.modules.zip
81+
[beta source]: https://github.com/orbitalquark/textadept/archive/refs/tags/textadept_12.7_beta_2.zip
8282
[nightly win]: https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.win.zip
8383
[nightly mac]: https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.macOS.zip
8484
[nightly linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_nightly/textadept_nightly.linux.tgz

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Textadept 12.7 nightly API Documentation
1+
# Textadept 12.7 beta 2 API Documentation
22

33
1. [_G](#_G)
44
2. [_L](#_L)

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Textadept 12.7 nightly Manual
1+
# Textadept 12.7 beta 2 Manual
22

33
**Contents**
44

src/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,9 +2801,9 @@
28012801
<key>CFBundleSignature</key>
28022802
<string>????</string>
28032803
<key>CFBundleVersion</key>
2804-
<string>12.7nightly</string>
2804+
<string>12.7beta2</string>
28052805
<key>CFBundleShortVersionString</key>
2806-
<string>12.7 nightly</string>
2806+
<string>12.7 beta 2</string>
28072807
<key>NSHighResolutionCapable</key>
28082808
<true/>
28092809
</dict>

src/textadept.rc

Lines changed: 2 additions & 2 deletions
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", "12.7 nightly\0"
20+
VALUE "FileVersion", "12.7 beta 2\0"
2121
VALUE "InternalName", "textadept\0"
2222
VALUE "LegalCopyright", "Copyright 2006-2025 by Mitchell\0"
2323
VALUE "OriginalFilename", "textadept.exe\0"
2424
VALUE "ProductName", "textadept\0"
25-
VALUE "ProductVersion", "12.7 nightly\0"
25+
VALUE "ProductVersion", "12.7 beta 2\0"
2626
END
2727
END
2828
END

0 commit comments

Comments
 (0)