summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-21 14:41:31 -0400
committerpommicket <pommicket@gmail.com>2023-03-21 14:41:31 -0400
commit3e4c6c976ce17324bc689c39790740f1e6761f36 (patch)
treef29b6ac21c0a6ddd2e7887ca84b2a11a5811ecb9 /ted.h
parent600721070f2970b3386393ca93cb8dc53aedc240 (diff)
fix GLSL syntax highlighting (oops)
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 59bdf65..79bab2f 100644
--- a/ted.h
+++ b/ted.h
@@ -28,7 +28,7 @@ extern "C" {
#include "sdl-inc.h"
/// Version number
-#define TED_VERSION "2.1"
+#define TED_VERSION "2.1r1"
/// Version string
#define TED_VERSION_FULL "ted v. " TED_VERSION
/// Maximum path size ted handles.