Skip to content

Commit

Permalink
hyper: release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Tatianin <[email protected]>
  • Loading branch information
d-tatianin committed Aug 27, 2024
1 parent 3fd7451 commit 7cdbffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/include/hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "common/helpers.h"

#define HYPER_MAJOR 0
#define HYPER_MINOR 8
#define HYPER_MINOR 9
#define HYPER_PATCH 0

#define MAKE_BRAND_STRING(mj, mi, pa) SV("HyperLoader v" TO_STR(mj) "." TO_STR(mi) "." TO_STR(pa))
Expand Down

0 comments on commit 7cdbffe

Please sign in to comment.