Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Jedlička committed Jul 7, 2019
1 parent 918f09c commit a654675
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define STR(x) STRINGIFY(x)

#define BLU_VERSION_MAJOR 0
#define BLU_VERSION_MINOR 3
#define BLU_VERSION_MINOR 4
#define BLU_VERSION_PATCH 0

#define BLU_VERSION BLU_VERSION_MAJOR * 1000000 + BLU_VERSION_MINOR * 1000 + BLU_VERSION_MINOR
Expand All @@ -18,9 +18,9 @@

#ifdef DEBUG
#define DEBUG_PRINT_CODE
// #define DEBUG_TRACE_EXECUTION
// #define DEBUG_TRACE_GC
// #define DEBUG_STRESS_GC
#define DEBUG_TRACE_EXECUTION
#define DEBUG_TRACE_GC
#define DEBUG_STRESS_GC
#endif

#define UINT8_COUNT (UINT8_MAX + 1)
Expand Down

0 comments on commit a654675

Please sign in to comment.