all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-05-06 14:01:35 +02:00
parent 730c6ce6c5
commit 52dde5789e
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ option(UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS "Do not run exhaustive tests"
# init
#***********************************************************************
set(UPX_VERSION_STRING "5.0.1") # this should match src/version.h
set(UPX_VERSION_STRING "5.0.2") # this should match src/version.h
upx_cmake_include_hook(2_init)