bump version

This commit is contained in:
souldbminersmwc
2026-04-11 20:58:22 -04:00
parent 756c44ba82
commit 9321aed1d1
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ include $(DEVKITPRO)/libnx/switch_rules
# NACP building is skipped as well. # NACP building is skipped as well.
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
APP_TITLE := Horizon OC Monitor APP_TITLE := Horizon OC Monitor
APP_VERSION := 1.3.2+r4-hoc-r3 APP_VERSION := 1.3.2+r4-hoc-r4
TARGET := $(notdir $(CURDIR)) TARGET := $(notdir $(CURDIR))
BUILD := build BUILD := build
SOURCES := source SOURCES := source

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 := 1.2.1 APP_VERSION := 1.3.0
TARGET_VERSION := $(APP_VERSION) TARGET_VERSION := $(APP_VERSION)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------