do version bump in setup files

This commit is contained in:
AdenKoperczak 2024-08-16 13:56:18 -04:00
parent 842676933f
commit 70a09fe3d3
5 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ call tools\setup-common.bat
set build_dir=build-debug
set build_type=Debug
set qt_version=6.7.1
set qt_version=6.7.2
mkdir %build_dir%
cmake -B %build_dir% -S . ^