diff --git a/CHANGELOG.md b/CHANGELOG.md index c03a7a0..0002816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [2.4] - 2020-07-24 ### Added - Crysis Wars support. - Unlocked advantages of pre-ordered version. Both game launcher and server launcher are required for this to work. diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c880e0..e9c94de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) ################################################# -project(C1-Launcher VERSION 2.3 LANGUAGES CXX RC) +project(C1-Launcher VERSION 2.4 LANGUAGES CXX RC) ################################################# if(NOT MSVC)