From 21474b73bf94e5231f15f8f73ffa91e7e9f6c9a7 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Mon, 28 Sep 2020 01:45:46 +0200 Subject: [PATCH] Version++ --- CHANGES.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d56a179a..dfd6faf5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ Magic Set Editor changelog, for the details see `git log` HEAD: new items added as changes are made ------------------------------------------------------------------------------ +------------------------------------------------------------------------------ +version 2.1.2, 2020-09-28 +------------------------------------------------------------------------------ + Bug fixes: * Fixed: crash in expand_keywords when given empty tags (#90) * Fixed: tab traversal in native look editors (style and set info tabs) (#98) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79064358..552bb9bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(magicseteditor VERSION 2.1.1) +project(magicseteditor VERSION 2.1.2) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED True)