From ee4dd273b93dd40a0d7b36310285a97e926ea7b7 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sun, 24 Feb 2019 19:46:18 +0100 Subject: [PATCH] Patch version raised to 1 --- CMakeLists.txt | 4 ++-- build/releasenotes/v2.1.1.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 build/releasenotes/v2.1.1.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c40796f..e5a070b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,8 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 2) -set(breakhack_MINOR_VERSION 0) -set(breakhack_PATCH_VERSION 4) +set(breakhack_MINOR_VERSION 1) +set(breakhack_PATCH_VERSION 1) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v2.1.1.txt b/build/releasenotes/v2.1.1.txt new file mode 100644 index 0000000..e69de29