From 2775060cc34b6131535591671225ae2f7727ef5d Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 11 May 2023 12:13:33 -0400 Subject: update version --- README.md | 1 + control | 2 +- ted.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97ddf56..4852142 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. 2.1 Better interaction between path+language specific settings, themes, and other things. 2023 Mar 7 2.2 Keyboard macros 2023 Mar 23 2.2r1 Minor bug fixes 2023 Mar 27 +2.3 `:matching-bracket`, various minor improvements 2023 May 11 ## License diff --git a/control b/control index 07fac81..4c80044 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: ted -Version: 2.2r1 +Version: 2.3 Section: text Priority: optional Architecture: amd64 diff --git a/ted.h b/ted.h index bed54fe..608c41e 100644 --- a/ted.h +++ b/ted.h @@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.2r1" +#define TED_VERSION "2.3" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. -- cgit v1.2.3