diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-08 08:34:36 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-08 08:34:36 +0000 |
commit | ac46710a4b3b7b1bc5f966117cb4b713063dce81 (patch) | |
tree | 06fab36a6e4dda100196ec33715b751bc4da17b3 /gmid.h | |
parent | 104a2059e6d81068369e6142a341619a6e35ef77 (diff) |
fix ge^W gemexp version string
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |