From 9f12fb9588d698f1f83a3a79238b583df2256a62 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 28 Mar 2021 11:15:12 -0400 Subject: Updated for 11.2 beta. --- core/init.lua | 2 +- docs/api.md | 2 +- docs/manual.md | 2 +- src/Info.plist | 4 ++-- src/textadept.rc | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/init.lua b/core/init.lua index 395f95f8..712d07a7 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2021 Mitchell. See LICENSE. -_RELEASE = 'Textadept 11.1' +_RELEASE = 'Textadept 11.2 beta' _COPYRIGHT = 'Copyright © 2007-2021 Mitchell. See LICENSE.\n' .. 'https://orbitalquark.github.io/textadept' diff --git a/docs/api.md b/docs/api.md index 958c69a0..4da386dd 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,4 +1,4 @@ -## Textadept 11.1 API Documentation +## Textadept 11.2 beta API Documentation 1. [_G](#_G) 1. [_L](#_L) diff --git a/docs/manual.md b/docs/manual.md index c79833f5..11bb53ed 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1,4 +1,4 @@ -## Textadept 11.1 Manual +## Textadept 11.2 beta Manual **Contents** diff --git a/src/Info.plist b/src/Info.plist index 278a4ddc..64a4e084 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -2304,9 +2304,9 @@ CFBundleSignature ???? CFBundleVersion - 11.1 + 11.2beta CFBundleShortVersionString - 11.1 + 11.2 beta NSHighResolutionCapable diff --git a/src/textadept.rc b/src/textadept.rc index 06c796ce..6a0486fa 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -3,8 +3,8 @@ textadept ICON "../core/images/textadept.ico\0" VS_VERSION_INFO VERSIONINFO -FILEVERSION 11, 1, 0, 0 -PRODUCTVERSION 11, 1, 0, 0 +FILEVERSION 11, 1, 9, 9 +PRODUCTVERSION 11, 1, 9, 9 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -17,12 +17,12 @@ BEGIN BEGIN VALUE "CompanyName", "Mitchell\0" VALUE "FileDescription", "textadept\0" - VALUE "FileVersion", "11.1\0" + VALUE "FileVersion", "11.2 beta\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.1\0" + VALUE "ProductVersion", "11.2 beta\0" END END END -- cgit v1.2.3