From e64cb84fe43660818f7d6eff2954147495b1ac8b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 7 Jan 2015 09:53:14 -0700 Subject: Fixed parsing bug, added unit tests, debug cleanup. There was an issue with order of operations outside of parenthesies, easily solved. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index a3f8b9e..f55be13 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,7 @@ #ifndef CONFIG_H #define CONFIG_H -#define CLIC_VERSION "0.11" +#define CLIC_VERSION "0.12" #define CLIC_VERSION_STR "Clic v" CLIC_VERSION #define DEBUG_DIVIDE false -- cgit v1.2.3