diff --git a/Versions.inc b/Versions.inc index 17314bb..14382fb 100644 --- a/Versions.inc +++ b/Versions.inc @@ -1,5 +1,5 @@ # IPL Version. BLVERSION_MAJOR := 1 BLVERSION_MINOR := 1 -BLVERSION_HOTFX := 0 +BLVERSION_HOTFX := 1 BLVERSION_RSVD := 0 diff --git a/toolbox/main.c b/toolbox/main.c index b3fde19..6fd0732 100644 --- a/toolbox/main.c +++ b/toolbox/main.c @@ -602,7 +602,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "HWFLY Toolbox v1.1.0", 0, 0 }; +menu_t menu_top = { ment_top, "HWFLY Toolbox v1.1.1", 0, 0 }; extern void pivot_stack(u32 stack_top);