From 51b58ee9f39d4696172b5eb14f5803aa9fa88470 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 2 May 2020 21:47:07 +0200 Subject: [PATCH] project: Version 0.8.0b3 * Fixed Linux distros not being able to load the plugin. * Fixed vertex buffers not being zero initialized. * Removed all unused mipmapping options and drastically optimized it. * Added lots and lots of optional performance profiling. * Optimize Dual Filtering Blur by re-using rendertargets. * Optimized everything to use single fullscreen tri instead of quads. * Removed broken effects. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9cc9d9c..e4ae39d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "b2hf2") +set(VERSION_SUFFIX "b3") if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git") set(GIT_RESULT "") set(GIT_OUTPUT "")