From f31202a1138028fe8d7a398407a096230a59aca1 Mon Sep 17 00:00:00 2001 From: ccomrade Date: Fri, 24 Jul 2020 13:45:21 +0200 Subject: [PATCH] Version 2.4 release --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)