mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
project: Version 0.8.0a1
This commit is contained in:
parent
8c3979a3c2
commit
3018c9b9ea
2 changed files with 4 additions and 4 deletions
|
@ -20,10 +20,10 @@ cmake_minimum_required(VERSION 3.8.0)
|
|||
|
||||
# Automatic Versioning
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 7)
|
||||
set(VERSION_PATCH 1)
|
||||
set(VERSION_MINOR 8)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_TWEAK 0)
|
||||
set(VERSION_SUFFIX "")
|
||||
set(VERSION_SUFFIX "a1")
|
||||
set(PROJECT_COMMIT "N/A")
|
||||
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")
|
||||
set(GIT_RESULT "")
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#pragma once
|
||||
#include "plugin.hpp"
|
||||
|
||||
#define PLUGIN_NAME "Stream Effects"
|
||||
#define PLUGIN_NAME "StreamFX"
|
||||
|
||||
#define D_TRANSLATE(x) obs_module_text(x)
|
||||
#define D_DESC(x) x ".Description"
|
||||
|
|
Loading…
Reference in a new issue