From cd80f24fc0f65ec14d77ca93ba5da23a585f006c Mon Sep 17 00:00:00 2001 From: Emmanuel Durand Date: Mon, 4 Mar 2024 15:04:55 -0500 Subject: [PATCH] Post-release version bump --- CMakeLists.txt | 2 +- addons/blender/splash/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",