From 53703f1761edf7cb655ce2f0563535b6983ca6ad Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 20 Mar 2019 20:28:29 +0100 Subject: [PATCH] Patch version raised to 1 --- CMakeLists.txt | 6 +++--- build/releasenotes/v3.0.1.txt | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 build/releasenotes/v3.0.1.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 361c1de..9bb33bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,9 +5,9 @@ SET(CMAKE_COLOR_MAKEFILE ON) project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") -set(breakhack_MAJOR_VERSION 2) -set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 4) +set(breakhack_MAJOR_VERSION 3) +set(breakhack_MINOR_VERSION 0) +set(breakhack_PATCH_VERSION 1) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v3.0.1.txt b/build/releasenotes/v3.0.1.txt new file mode 100644 index 0000000..e69de29