mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Updated versions to 5.3.0
This commit is contained in:
parent
e55f7e7aeb
commit
7ffe618dc4
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
|
|||
#yquake cmake configuration
|
||||
project (yquake2)
|
||||
|
||||
set(YQUAKE2_MAJOR_VERSION 0)
|
||||
set(YQUAKE2_MINOR_VERSION 0)
|
||||
set(YQUAKE2_MAJOR_VERSION 5)
|
||||
set(YQUAKE2_MINOR_VERSION 3)
|
||||
set(YQUAKE2_PATCH_VERSION 0)
|
||||
|
||||
# Cmake module search path
|
||||
|
|
Loading…
Reference in a new issue