diff options
author | pommicket <pommicket@gmail.com> | 2023-07-20 20:23:41 -0700 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-20 20:23:41 -0700 |
commit | c1e218d3fa6b58743aa4716ad3d70193c2b345a4 (patch) | |
tree | c9d5af8c41f274cf561efeba18ee42b533cc0e35 /ted.h | |
parent | 02dd1005fee63a66bd8ed9afa647f373ec554a34 (diff) |
update windows installer version
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.4" +#define TED_VERSION "2.4.1" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. |