From 8d4fcd14e0d3ae238c31a19b6bf80a49931e6d55 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:34:56 +0200 Subject: [PATCH] Bump cust revision --- Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp | 2 +- Source/hoc-clk/sysmodule/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 098df10d..513d1677 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -20,7 +20,7 @@ #pragma once -#define CUST_REV 5 +#define CUST_REV 6 #define KIP_VERSION 250 #include "oc_common.hpp" diff --git a/Source/hoc-clk/sysmodule/Makefile b/Source/hoc-clk/sysmodule/Makefile index 770c81b8..dfbda2d8 100644 --- a/Source/hoc-clk/sysmodule/Makefile +++ b/Source/hoc-clk/sysmodule/Makefile @@ -30,7 +30,7 @@ LIBNAMES := minIni # major minor patch TARGET_VERSION := 2.5.0 KIP_VERSION := 250 -CUST_REV := 5 +CUST_REV := 6 #--------------------------------------------------------------------------------- # options for code generation