diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | rf.c | 1 |
2 files changed, 1 insertions, 1 deletions
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; |