From e7aa6859f08565d58684fa4b9c40fed716f0ba17 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 21 Sep 2015 10:20:35 +0000 Subject: Add '-C' flag to meantools-derive Fix memory leak in meantools-derive --- src/definitions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/definitions.cpp') diff --git a/src/definitions.cpp b/src/definitions.cpp index 1884488..25715e5 100644 --- a/src/definitions.cpp +++ b/src/definitions.cpp @@ -17,7 +17,7 @@ limitations under the License. #ifndef DEFINITIONS_GCC #define DEFINITIONS_GCC -#define VERSION "1.3" +#define VERSION "1.3.1" // number of entries in a configuration file #define ARG_COUNT 10 -- cgit v1.2.3-54-g00ecf