Skip to content

Commit

Permalink
Merge pull request #49 from ange-yaghi/bugfix/I47_optimization_issue
Browse files Browse the repository at this point in the history
[#47] : Updated version number
  • Loading branch information
ange-yaghi authored Sep 13, 2019
2 parents 24cc3d8 + c243bb6 commit 9327b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 9327b7e

Please sign in to comment.