We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552a078 commit d994622Copy full SHA for d994622
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
3
# Create project
4
project(vpkedit
5
DESCRIPTION "A CLI/GUI tool to create, read, and write several pack file formats."
6
- VERSION "4.3.0"
+ VERSION "4.3.1"
7
HOMEPAGE_URL "https://github.com/craftablescience/VPKEdit")
8
set(CMAKE_CXX_STANDARD 20)
9
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments