aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-05-15 11:11:56 +0000
committerOmar Polo <op@omarpolo.com>2021-05-15 11:11:56 +0000
commitce2c9edbc230a052627540e3fd0f8a8b190be850 (patch)
tree420854b35738fe3c392a59b27d23ceb94ccfd10d /gmid.h
parentd1051bfaa091850cc98f54b07577f2f721890acd (diff)
define and use GMID_VERSION
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 2fbec06..2443797 100644
--- a/gmid.h
+++ b/gmid.h
@@ -38,6 +38,8 @@
#include <openssl/x509.h>
+#define GMID_VERSION "gmid/1.7"
+
#define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */
#define SUCCESS 20