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
+11
View File
@@ -0,0 +1,11 @@
#
# UPX "CMake" build file; see https://cmake.org/
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
#
if(NOT DEFINED USE_STRICT_DEFAULTS)
# use strict config defaults for Git developer builds
set(USE_STRICT_DEFAULTS TRUE CACHE INTERNAL "" FORCE)
endif()
# vim:set ft=cmake ts=4 sw=4 tw=0 et: