From aeb50f93f082a8a41672286c2c2c69008c068610 Mon Sep 17 00:00:00 2001 From: Rory Bradford Date: Sun, 13 Nov 2022 11:36:44 +0000 Subject: Inline VERSION This just helps to avoids some errors in editors. Signed-off-by: Rory Bradford --- Makefile | 1 - rf.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21fe5e7..8386fe0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .POSIX: BIN = rf -VERSION = 0.0.5 OBJS = rf.o ignore.o include/common/strl.o PREFIX = /usr/local INCLUDE += -Iinclude/common diff --git a/rf.c b/rf.c index c3a56ad..8bfc592 100644 --- a/rf.c +++ b/rf.c @@ -20,6 +20,7 @@ #include "include/common/common.h" #define IGNORE "ignore" +#define VERSION "0.0.6" #define RFIGNORE ".rfignore" struct ignores *global_ignores; -- cgit 1.4.1-2-gfad0