diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cfetch.c | 4 |
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> |
