diff options
author | pommicket <pommicket@gmail.com> | 2023-07-18 17:38:44 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-19 19:03:17 -0400 |
commit | 8bd1df1736e2fa550f1a8d28c9ad2ab7818a23b6 (patch) | |
tree | 3d5470891c87501d7f94baa511da98e71fce7698 /ted.h | |
parent | ce18be823ee1ab83961587f8110c946ff96183fd (diff) |
update README, version no.
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.3.4" +#define TED_VERSION "2.4" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. |