all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-02-20 23:56:24 +01:00
parent 8bf49aa4f2
commit fc5e44f391
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.0") # this should match src/version.h
set(UPX_VERSION_STRING "5.0.1") # this should match src/version.h
upx_cmake_include_hook(2_init)