From 1988e3f19d2ed94619e0f53b38a8ddd1166dd046 Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Mon, 9 Jul 2018 23:22:11 +0300 Subject: [PATCH] Bump version to v3.2 Forgot to commit that ^^ --- ipl/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipl/main.c b/ipl/main.c index 267087a..fdb548e 100755 --- a/ipl/main.c +++ b/ipl/main.c @@ -2523,7 +2523,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v3.1", 0, 0 + "hekate - CTCaer mod v3.2", 0, 0 }; extern void pivot_stack(u32 stack_top);