Skip to content

Commit 4bc698e

Browse files
cmake: bump version
1 parent 792f672 commit 4bc698e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.28 FATAL_ERROR)
33
# set up project
44
project(fgptool
55
DESCRIPTION "A tool to crack the filepath hashes in The Orange Box PS3 file groups."
6-
VERSION 0.2.0
6+
VERSION 0.3.0
77
HOMEPAGE_URL "https://github.com/craftablescience/fgptool")
88
set(CMAKE_CXX_STANDARD 20)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)