bump version

This commit is contained in:
souldbminersmwc
2026-06-05 22:20:35 -04:00
parent 90b950a17c
commit a78de5f18a
6 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
#pragma once #pragma once
#define CUST_REV 4 #define CUST_REV 4
#define KIP_VERSION 240 #define KIP_VERSION 241
#include "oc_common.hpp" #include "oc_common.hpp"
#include "pcv/pcv_common.hpp" #include "pcv/pcv_common.hpp"

View File

@@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk
# version control constants # version control constants
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
#TARGET_VERSION := $(shell git describe --dirty --always --tags) #TARGET_VERSION := $(shell git describe --dirty --always --tags)
APP_VERSION := 2.4.0 # ensure to set KIP_VERSION and CUST_REV in sysmodule Makefile when updating this APP_VERSION := 2.4.1 # ensure to set KIP_VERSION and CUST_REV in sysmodule Makefile when updating this
TARGET_VERSION := $(APP_VERSION) TARGET_VERSION := $(APP_VERSION)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------

View File

@@ -28,8 +28,8 @@ INCLUDES := ../common/include src/hos src/soc src/i2c src/util src/pwr src/ipc
EXEFS_SRC := exefs_src EXEFS_SRC := exefs_src
LIBNAMES := minIni LIBNAMES := minIni
# major minor patch # major minor patch
TARGET_VERSION := 2.4.0 TARGET_VERSION := 2.4.1
KIP_VERSION := 240 KIP_VERSION := 241
CUST_REV := 4 CUST_REV := 4
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------

Binary file not shown.

Binary file not shown.