diff options
author | pommicket <pommicket@gmail.com> | 2023-07-21 17:02:25 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-21 17:02:25 -0400 |
commit | e2d3a5d3c72206ffed7a8d252f2050fe0333c9bf (patch) | |
tree | 8fbc6077aa15f0bcfe8e377a3a295c200568d944 /ted.h | |
parent | b303a87db03522795ec8697415b61750d5f8c565 (diff) |
fix absolute font paths
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.1" +#define TED_VERSION "2.4.2" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. |