Skip to content

Commit

Permalink
Update dev version to v0.6.1 Patch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
netniV committed Mar 23, 2024
1 parent dc17b26 commit 0b72511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// clang-format off
#define VERSION_MAJOR 0
#define VERSION_MINOR 6
#define VERSION_REVISION 0
#define VERSION_PATCH 0
#define VERSION_REVISION 1
#define VERSION_PATCH 1

#define STRINGIFY_(s) #s
#define STRINGIFY(s) STRINGIFY_(s)
Expand Down

0 comments on commit 0b72511

Please sign in to comment.