aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-08 08:34:36 +0000
committerOmar Polo <op@omarpolo.com>2024-01-08 08:34:36 +0000
commitac46710a4b3b7b1bc5f966117cb4b713063dce81 (patch)
tree06fab36a6e4dda100196ec33715b751bc4da17b3 /gmid.h
parent104a2059e6d81068369e6142a341619a6e35ef77 (diff)
fix ge^W gemexp version string
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index e4a1d03..84b5715 100644
--- a/gmid.h
+++ b/gmid.h
@@ -53,7 +53,7 @@
#include "iri.h"
#define VERSION_STR(n) n " " VERSION
-#define GE_STRING VERSION_STR("ge")
+#define GEMEXP_STRING VERSION_STR("gemexp")
#define GG_STRING VERSION_STR("gg")
#define GMID_STRING VERSION_STR("gmid")