From f1a339b1fcca4ea46de6ee9d7283270d094fa249 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 12 Jun 2023 20:44:10 -0400 Subject: [PATCH] Bump Korman to v0.15. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05d42fd..43220ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12) set(_PROJECT_INFO korman - VERSION 0.13 + VERSION 0.15 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 )