From 8545fd1e8d1fa65ec3a0e1b71bc7bdd97abf924d Mon Sep 17 00:00:00 2001 From: uint256_t Date: Sat, 18 Feb 2017 17:36:42 +0900 Subject: [PATCH] version up 0.2 -> 0.3 --- src/qcc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qcc.hpp b/src/qcc.hpp index d6d6ba0..9406d18 100644 --- a/src/qcc.hpp +++ b/src/qcc.hpp @@ -5,7 +5,7 @@ #include "parse.hpp" #include "codegen.hpp" -#define QCC_VERSION "0.2" +#define QCC_VERSION "0.3" class QCC { private: