diff --git a/CMakeLists.txt b/CMakeLists.txt index 68f5bab5..3599e692 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() project( splash - VERSION 0.10.8 + VERSION 0.10.9 LANGUAGES C CXX ) diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index e9754183..22edd521 100644 --- a/addons/blender/splash/__init__.py +++ b/addons/blender/splash/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Splash output", "author": "Splash authors", - "version": (0, 10, 8), + "version": (0, 10, 9), "blender": (2, 80, 0), "location": "3D View > Toolbox, File > Export", "description": "Utility tools to connect Blender to the Splash videomapper",