diff --git a/demos/utilities.h b/demos/utilities.h index 1e52f9c3..f8dcdf5d 100644 --- a/demos/utilities.h +++ b/demos/utilities.h @@ -9,6 +9,6 @@ namespace piranha_demo { void printError(const piranha::CompilationError *err); void printErrorTrace(const piranha::ErrorList *errList); -} +} /* namespace piranha_demo */ #endif /* PIRANHA_REFERENCE_COMPILER_UTILITIES_H */ diff --git a/include/version.h b/include/version.h index 4e79f3f3..e31a22d5 100644 --- a/include/version.h +++ b/include/version.h @@ -1,6 +1,6 @@ #ifndef PIRANHA_VERSION_H #define PIRANHA_VERSION_H -#define PIRANHA_VERSION "v0.0.6a" +#define PIRANHA_VERSION "v0.0.7a" #endif /* PIRANHA_VERSION_H */