summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2015-01-07 09:53:14 -0700
committerMike Buland <mike@xagasoft.com>2015-01-07 09:53:14 -0700
commite64cb84fe43660818f7d6eff2954147495b1ac8b (patch)
tree8e89978bc4a72677a8728d62eb850d81c9b92d46 /src/config.h
parent4d0ab515cc4142b22247e26f1b57b5cd0a6b31d5 (diff)
downloadclic-e64cb84fe43660818f7d6eff2954147495b1ac8b.tar.gz
clic-e64cb84fe43660818f7d6eff2954147495b1ac8b.tar.bz2
clic-e64cb84fe43660818f7d6eff2954147495b1ac8b.tar.xz
clic-e64cb84fe43660818f7d6eff2954147495b1ac8b.zip
Fixed parsing bug, added unit tests, debug cleanup.0.12
There was an issue with order of operations outside of parenthesies, easily solved.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
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 @@
1#ifndef CONFIG_H 1#ifndef CONFIG_H
2#define CONFIG_H 2#define CONFIG_H
3 3
4#define CLIC_VERSION "0.11" 4#define CLIC_VERSION "0.12"
5#define CLIC_VERSION_STR "Clic v" CLIC_VERSION 5#define CLIC_VERSION_STR "Clic v" CLIC_VERSION
6 6
7#define DEBUG_DIVIDE false 7#define DEBUG_DIVIDE false