From a0d04cd9280c45fcf74a4511069b58e4ff8ec856 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 10 Aug 2021 21:06:36 -0400 Subject: [PATCH] Bump version for Korman 0.11a. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 225f71f..a7935a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12) set(_PROJECT_INFO korman - VERSION 0.10 + VERSION 0.11 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 )