From e2d3a5d3c72206ffed7a8d252f2050fe0333c9bf Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 21 Jul 2023 17:02:25 -0400 Subject: fix absolute font paths --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index e307aed..956ccef 100644 --- a/ted.h +++ b/ted.h @@ -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. -- cgit v1.2.3