Skip to content

Commit 762ce4a

Browse files
committed
Bump version
1 parent 7171426 commit 762ce4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
22

33
# Set the project version and language
4-
project(Ghostship VERSION 1.0.2 LANGUAGES C CXX ASM)
4+
project(Ghostship VERSION 2.0.0 LANGUAGES C CXX ASM)
55
include(FetchContent)
66

77
include(cmake/ghostship-cvars.cmake)
@@ -20,7 +20,7 @@ math(EXPR PATCH_INDEX "${PROJECT_VERSION_PATCH}")
2020
# Use the patch number to select the correct word
2121
list(GET NATO_PHONETIC_ALPHABET ${PATCH_INDEX} PROJECT_PATCH_WORD)
2222

23-
set(PROJECT_BUILD_NAME "Dutchman ${PROJECT_PATCH_WORD}" CACHE STRING "" FORCE)
23+
set(PROJECT_BUILD_NAME "Mary Celeste ${PROJECT_PATCH_WORD}" CACHE STRING "" FORCE)
2424
set(PROJECT_TEAM "Lywx" CACHE STRING "" FORCE)
2525

2626
# Get Git Information

0 commit comments

Comments
 (0)