From 194d1d12286290ae83143d9a6bdf43f98e0338b6 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 10 Sep 2021 01:59:01 -0400 Subject: [PATCH] Close the door on Korman 0.12. This is officially the end of Blender 2.79b and Python 3.5 support. Onward, then, to Blender for Korman and Python 3.7! --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e4adec..0ed6399 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12) set(_PROJECT_INFO korman - VERSION 0.12 + VERSION 0.13 DESCRIPTION "Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine." LANGUAGES CXX # This should probably be NONE, but we need the compiler for string_theory tests )