Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Jedlička committed Jul 28, 2019
1 parent 2ba3b9d commit e0f8549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/blu.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define STR(x) STRINGIFY(x)

#define BLU_VERSION_MAJOR 0
#define BLU_VERSION_MINOR 5
#define BLU_VERSION_MINOR 6
#define BLU_VERSION_PATCH 0

#define BLU_VERSION BLU_VERSION_MAJOR * 1000000 + BLU_VERSION_MINOR * 1000 + BLU_VERSION_PATCH
Expand Down

0 comments on commit e0f8549

Please sign in to comment.