Skip to content

Commit

Permalink
Release 15
Browse files Browse the repository at this point in the history
  • Loading branch information
griseraner committed Jul 18, 2022
1 parent 7363850 commit e9789a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]

## [v15] - 2022-07-18
### Changed
- Using the new script system by default, you can still switch to the old one using `-oldss` command line parameter
- Kill log now shows RunOver icon when killing players with object
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)

################################################################################

project(CryMP-Client VERSION 14 LANGUAGES C CXX RC)
project(CryMP-Client VERSION 15 LANGUAGES C CXX RC)

################################################################################

Expand Down

0 comments on commit e9789a6

Please sign in to comment.