Skip to content

Commit

Permalink
[#47] : Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ange-yaghi committed Sep 13, 2019
1 parent 4a2a19c commit c243bb6
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 c243bb6

Please sign in to comment.