summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-05-11 12:13:33 -0400
committerpommicket <pommicket@gmail.com>2023-05-11 12:13:33 -0400
commit2775060cc34b6131535591671225ae2f7727ef5d (patch)
treedac117530275f9e4effea330432217c9a0b633fd
parent8f23762128bebda1e8e07058f905363954ac9c61 (diff)
update version
-rw-r--r--README.md1
-rw-r--r--control2
-rw-r--r--ted.h2
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.
<tr><td>2.1</td> <td>Better interaction between path+language specific settings, themes, and other things.</td> <td>2023 Mar 7</td></tr>
<tr><td>2.2</td> <td>Keyboard macros</td> <td>2023 Mar 23</td></tr>
<tr><td>2.2r1</td> <td>Minor bug fixes</td> <td>2023 Mar 27</td></tr>
+<tr><td>2.3</td> <td>`:matching-bracket`, various minor improvements</td> <td>2023 May 11</td></tr>
</table>
## 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.