Skip to content

Commit

Permalink
version tick
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfleury committed Jan 20, 2024
1 parent 6a7dd33 commit 616897c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raddbg/raddbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@

#define RADDBG_VERSION_MAJOR 0
#define RADDBG_VERSION_MINOR 9
#define RADDBG_VERSION_PATCH 4
#define RADDBG_VERSION_PATCH 5
#define RADDBG_VERSION_STRING_LITERAL Stringify(RADDBG_VERSION_MAJOR) "." Stringify(RADDBG_VERSION_MINOR) "." Stringify(RADDBG_VERSION_PATCH)
#if defined(NDEBUG)
# define RADDBG_TITLE_STRING_LITERAL "The RAD Debugger (" RADDBG_VERSION_STRING_LITERAL " ALPHA) - " __DATE__ ""
Expand Down

0 comments on commit 616897c

Please sign in to comment.