aboutsummaryrefslogtreecommitdiff
path: root/src/cfetch.c
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-11 13:41:12 +0200
committerAnser <rostgans@tutamail.com>2026-08-11 20:04:50 +0200
commitb350ce83c6dfdb2c386273f189755f2562a9059f (patch)
tree89f11c32ca51e1dbbc415e2694e2c9735a4201b5 /src/cfetch.c
parent729746e50ebc8e4eb4c98f7556a241aec111e07d (diff)
added version number for future reference
Diffstat (limited to 'src/cfetch.c')
-rw-r--r--src/cfetch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cfetch.c b/src/cfetch.c
index 92157d4..1a71f2c 100644
--- a/src/cfetch.c
+++ b/src/cfetch.c
@@ -7,6 +7,10 @@
* (at your option) any later version.
*/
+#ifndef CFETCH_VERSION
+#define CFETCH_VERSION 0.1.0
+#endif
+
#include "../include/cfetch.h"
#include <unistd.h>