Skip to content

Commit

Permalink
Bump version to 0.10.6
Browse files Browse the repository at this point in the history
Also, remove the DEBUGGER flag which I assume was a debug leftover.
  • Loading branch information
Humdinger committed May 23, 2021
1 parent 8805adc commit ca597bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -156,7 +156,7 @@ SYMBOLS :=

# Includes debug information, which allows the binary to be debugged easily.
# If set to "TRUE", debug info will be created.
DEBUGGER := TRUE
DEBUGGER :=

# Specify any additional compiler flags to be used.
COMPILER_FLAGS =
Expand Down
2 changes: 1 addition & 1 deletion src/Vision.rdef
Expand Up @@ -5,7 +5,7 @@ resource app_flags B_EXCLUSIVE_LAUNCH;
resource app_version {
major = 0,
middle = 10,
minor = 5,
minor = 6,

// B_APPV_DEVELOPMENT
// B_APPV_ALPHA
Expand Down

0 comments on commit ca597bf

Please sign in to comment.