diff options
author | pommicket <pommicket@gmail.com> | 2023-08-26 00:27:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-26 00:27:18 -0400 |
commit | f999900e3a1cf54b57fe051f248dae56f31f8b7c (patch) | |
tree | f92ba4df84c708cd0dfb1e588906ee476ff85b1f /ted.h | |
parent | 7497aa73e5590a438d17eb4642e4aaba4fe66863 (diff) |
update version, add script for updating windows installer2.5.1
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.5" +#define TED_VERSION "2.5.1" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |