From ee88cb2aa2b85d41b9dcb9286fd3da5b3f4e4891 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 30 Nov 2021 15:53:21 -0500 Subject: Updated for 11.3 beta 3. --- core/init.lua | 2 +- docs/api.md | 2 +- docs/manual.md | 2 +- src/Info.plist | 4 ++-- src/textadept.rc | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/init.lua b/core/init.lua index bda2d83b..c043844a 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2021 Mitchell. See LICENSE. -_RELEASE = 'Textadept 11.3 beta 2' +_RELEASE = 'Textadept 11.3 beta 3' _COPYRIGHT = 'Copyright © 2007-2021 Mitchell. See LICENSE.\n' .. 'https://orbitalquark.github.io/textadept' diff --git a/docs/api.md b/docs/api.md index 43979815..62f8999d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -## Textadept 11.3 beta 2 API Documentation +## Textadept 11.3 beta 3 API Documentation 1. [_G](#_G) 1. [_L](#_L) diff --git a/docs/manual.md b/docs/manual.md index 41401614..c0285435 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1,4 +1,4 @@ -## Textadept 11.3 beta 2 Manual +## Textadept 11.3 beta 3 Manual **Contents** diff --git a/src/Info.plist b/src/Info.plist index 2f117926..096f1116 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -2304,9 +2304,9 @@ CFBundleSignature ???? CFBundleVersion - 11.3beta2 + 11.3beta3 CFBundleShortVersionString - 11.3 beta 2 + 11.3 beta 3 NSHighResolutionCapable diff --git a/src/textadept.rc b/src/textadept.rc index 72c6c807..3621202f 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", "11.3 beta 2\0" + VALUE "FileVersion", "11.3 beta 3\0" VALUE "InternalName", "textadept\0" VALUE "LegalCopyright", "Copyright 2006-2021 by Mitchell\0" VALUE "OriginalFilename", "textadept.exe\0" VALUE "ProductName", "textadept\0" - VALUE "ProductVersion", "11.3 beta 2\0" + VALUE "ProductVersion", "11.3 beta 3\0" END END END -- cgit v1.2.3