From c2b86e501b79e59abc5fa076fc12e0c666670f6f Mon Sep 17 00:00:00 2001 From: Colum Paget Date: Fri, 22 Mar 2019 15:29:49 +0000 Subject: [PATCH] Config file can now contain comments starting with # --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index a0f623f..8408e4c 100755 --- a/common.h +++ b/common.h @@ -10,7 +10,7 @@ #include #include -#define VERSION "1.5.5" +#define VERSION "1.5.6" #define FALSE 0 #define TRUE 1