Skip to content

Commit 710337d

Browse files
committed
Updated for 12.6.
1 parent 05c77dd commit 710337d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.5'
9+
_RELEASE = 'Textadept 12.6'
1010
--- Textadept's copyright information.
1111
_COPYRIGHT = 'Copyright © 2007-2025 Mitchell. See LICENSE.\n' ..
1212
'https://orbitalquark.github.io/textadept'

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Textadept 12.5 API Documentation
1+
## Textadept 12.6 API Documentation
22

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

docs/images/loc.png

6 Bytes
Loading

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Textadept 12.5 Manual
1+
## Textadept 12.6 Manual
22

33
**Contents**
44

src/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2658,9 +2658,9 @@
26582658
<key>CFBundleSignature</key>
26592659
<string>????</string>
26602660
<key>CFBundleVersion</key>
2661-
<string>12.5</string>
2661+
<string>12.6</string>
26622662
<key>CFBundleShortVersionString</key>
2663-
<string>12.5</string>
2663+
<string>12.6</string>
26642664
<key>NSHighResolutionCapable</key>
26652665
<true/>
26662666
</dict>

src/textadept.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
textadept ICON "../core/images/textadept.ico\0"
44

55
VS_VERSION_INFO VERSIONINFO
6-
FILEVERSION 12, 5, 0, 0
7-
PRODUCTVERSION 12, 5, 0, 0
6+
FILEVERSION 12, 6, 0, 0
7+
PRODUCTVERSION 12, 6, 0, 0
88
FILEFLAGSMASK 0x3fL
99
FILEFLAGS 0
1010
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN
1717
BEGIN
1818
VALUE "CompanyName", "Mitchell\0"
1919
VALUE "FileDescription", "textadept\0"
20-
VALUE "FileVersion", "12.5\0"
20+
VALUE "FileVersion", "12.6\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.5\0"
25+
VALUE "ProductVersion", "12.6\0"
2626
END
2727
END
2828
END

0 commit comments

Comments
 (0)