From 04bc8909d8dcc71e00a9120a4ca496c476a35a3b Mon Sep 17 00:00:00 2001 From: Emmanuel Durand Date: Thu, 19 Apr 2018 12:07:23 -0400 Subject: [PATCH] Post-release version bump --- CMakeLists.txt | 2 +- addons/blender/splash/__init__.py | 2 +- data/config/splash-launcher.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28181831..766f55be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.2) project( splash - VERSION 0.7.16 + VERSION 0.7.17 LANGUAGES C CXX ) diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index 51d1f736..bbb3f1b0 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, 16), + "version": (0, 7, 17), "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 67caac5e..d7168bb0 100755 --- a/data/config/splash-launcher.desktop +++ b/data/config/splash-launcher.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.7.16 +Version=0.7.17 Name=Splash Exec=splash Type=Application