diff --git a/CMakeLists.txt b/CMakeLists.txt index 1be8323a..d7274567 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.2) project( splash - VERSION 0.7.8 + VERSION 0.7.9 LANGUAGES C CXX ) diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index d8cdc332..88dfcf8d 100644 --- a/addons/blender/splash/__init__.py +++ b/addons/blender/splash/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Splash output", "author": "Emmanuel Durand", - "version": (0, 7, 8), + "version": (0, 7, 9), "blender": (2, 72, 0), "location": "3D View > Toolbox, File > Export", "description": "Utility tools to connect Blender to the Splash videomapper", diff --git a/data/config/splash-launcher.desktop b/data/config/splash-launcher.desktop index 32fc1c55..12574747 100755 --- a/data/config/splash-launcher.desktop +++ b/data/config/splash-launcher.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.7.8 +Version=0.7.9 Name=Splash Exec=splash Type=Application