Skip to content

Commit

Permalink
Version bump 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixaruz committed Nov 15, 2022
1 parent c3662af commit 4b12b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OUT_SHADERS := shaders

APP_TITLE := Luna
APP_AUTHOR := Ixaruz
APP_VERSION := 0.6.12
APP_VERSION := 0.6.13

#---------------------------------------------------------------------------------
# options for code generation
Expand Down
2 changes: 1 addition & 1 deletion source/luna.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define MAJOR_VERSION 0
#define MINOR_VERSION 6
#define REVISION_VERSION 12
#define REVISION_VERSION 13
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)
#define STRING_VERSION "" TOSTRING(MAJOR_VERSION) "." TOSTRING(MINOR_VERSION) "." TOSTRING(REVISION_VERSION) ""
Expand Down

0 comments on commit 4b12b78

Please sign in to comment.