Browse Source

Bump version to 0.17-pre.

pull/408/head
Adam Johnson 2 months ago
parent
commit
e2bf2fa96d
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      CMakeLists.txt
  2. 3
      korman/__init__.py

2
CMakeLists.txt

@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.12)
set(_PROJECT_INFO
korman
VERSION 0.16
VERSION 0.17
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
)

3
korman/__init__.py

@ -23,10 +23,11 @@ from . import operators
bl_info = {
"name": "Korman",
"author": "Guild of Writers",
"version": (0, 16),
"version": (0, 17),
"blender": (2, 79, 0),
"location": "File > Import-Export",
"description": "Exporter for Cyan Worlds' Plasma Engine",
"warning": "pre-release",
"category": "System",
}

Loading…
Cancel
Save