From e415095f1b1dca92a5d8ffa3bca23378ccd5594d Mon Sep 17 00:00:00 2001 From: Emmanuel Durand Date: Mon, 1 Jul 2024 09:46:13 -0400 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 20184db6..d9c68688 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() project( splash - VERSION 0.10.14 + VERSION 0.10.15 LANGUAGES C CXX ) diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index 5226069e..ef66c577 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, 14), + "version": (0, 10, 15), "blender": (2, 80, 0), "location": "3D View > Toolbox, File > Export", "description": "Utility tools to connect Blender to the Splash videomapper",