all: version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-01-17 21:50:38 +01:00
parent 996ca8d17d
commit 9fe377b288
4 changed files with 14 additions and 14 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 "4.3.0") # this should match src/version.h
set(UPX_VERSION_STRING "5.0.0") # this should match src/version.h
upx_cmake_include_hook(2_init)