aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-10 09:19:44 +0000
committerOmar Polo <op@omarpolo.com>2021-07-10 09:19:44 +0000
commitf361f7997917a42a7b377d2764c5fb7467cccb62 (patch)
treed222e3ae549533e275d685302d897406245e6be5 /gmid.h
parenta82d4dfa25d30d3c512bd1fc15821186bf4d35c4 (diff)
move version number to configure script
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmid.h b/gmid.h
index 9a06656..def5176 100644
--- a/gmid.h
+++ b/gmid.h
@@ -38,8 +38,8 @@
#include <openssl/x509.h>
-#define GMID_STRING "gmid 1.7"
-#define GMID_VERSION "gmid/1.7"
+#define GMID_STRING "gmid " VERSION
+#define GMID_VERSION "gmid/" VERSION
#define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */