Revert "change cust rev back to 2, it shouldn't have been changed in the first place"

This reverts commit d6c2ddf2ea.
This commit is contained in:
Lightos1
2026-05-12 13:40:35 +02:00
parent 34e1f39510
commit 1b07df5f08
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
#pragma once #pragma once
#define CUST_REV 2 #define CUST_REV 3
#define KIP_VERSION 230 #define KIP_VERSION 230
#include "oc_common.hpp" #include "oc_common.hpp"

View File

@@ -30,7 +30,7 @@ LIBNAMES := minIni
# major minor patch # major minor patch
TARGET_VERSION := 2.3.0 TARGET_VERSION := 2.3.0
KIP_VERSION := 230 KIP_VERSION := 230
CUST_REV := 2 CUST_REV := 3
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation