Version++

This commit is contained in:
Twan van Laarhoven
2020-09-28 01:45:46 +02:00
parent 5b0979f58e
commit 21474b73bf
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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)
+1 -1
View File
@@ -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)