about summary refs log tree commit diff stats
path: root/rf.c
diff options
context:
space:
mode:
Diffstat (limited to 'rf.c')
-rw-r--r--rf.c1
1 files changed, 1 insertions, 0 deletions
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;