all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-07-20 15:59:04 +02:00
parent c4113b6bd6
commit c0c08c9f43
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ option(UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS "Do not run exhaustive tests"
# init
#***********************************************************************
set(UPX_VERSION_STRING "5.0.2") # this should match src/version.h
set(UPX_VERSION_STRING "5.0.3") # this should match src/version.h
upx_cmake_include_hook(2_init)