Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Apr 21, 2024
1 parent 32601bd commit bfca8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)

# Create project
project(vpkedit
DESCRIPTION "A tool to read, preview, and write to VPK files."
VERSION "4.1.3"
DESCRIPTION "A library and CLI/GUI tool to create, read, and write several pack file formats."
VERSION "4.2.0"
HOMEPAGE_URL "https://github.com/craftablescience/VPKEdit")
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit bfca8b4

Please sign in to comment.