mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Version++
This commit is contained in:
@@ -4,6 +4,10 @@ Magic Set Editor changelog, for the details see `git log`
|
|||||||
HEAD: new items added as changes are made
|
HEAD: new items added as changes are made
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
version 2.1.2, 2020-09-28
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
* Fixed: crash in expand_keywords when given empty tags (#90)
|
* Fixed: crash in expand_keywords when given empty tags (#90)
|
||||||
* Fixed: tab traversal in native look editors (style and set info tabs) (#98)
|
* Fixed: tab traversal in native look editors (style and set info tabs) (#98)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.13)
|
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 17)
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||||
|
|||||||
Reference in New Issue
Block a user