project: Version 0.9.3

- Fixed an uncommon freeze when launching OBS Studio.
- Fixed Source Mirror not working equally well with all Sources.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-02-01 13:25:33 +01:00
parent 5ab9ed1c82
commit 2ecce5229f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.8.0)
# Automatic Versioning
set(VERSION_MAJOR 0)
set(VERSION_MINOR 9)
set(VERSION_PATCH 2)
set(VERSION_PATCH 3)
set(VERSION_TWEAK 0)
set(VERSION_SUFFIX "")
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/.git")