bump version

This commit is contained in:
Lightos1
2026-07-04 20:21:30 +02:00
parent 572b88afaf
commit 00d3e1cf82
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
#pragma once
#define CUST_REV 5
#define KIP_VERSION 242
#define KIP_VERSION 250
#include "oc_common.hpp"
#include "pcv/pcv_common.hpp"

View File

@@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk
# version control constants
#---------------------------------------------------------------------------------
#TARGET_VERSION := $(shell git describe --dirty --always --tags)
APP_VERSION := 2.4.2 # ensure to set KIP_VERSION and CUST_REV in sysmodule Makefile when updating this
APP_VERSION := 2.5.0 # ensure to set KIP_VERSION and CUST_REV in sysmodule Makefile when updating this
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
LIBNAMES := minIni
# major minor patch
TARGET_VERSION := 2.4.2
KIP_VERSION := 242
TARGET_VERSION := 2.5.0
KIP_VERSION := 250
CUST_REV := 5
#---------------------------------------------------------------------------------