Skip to content

Commit

Permalink
update to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Sep 25, 2021
1 parent 0d5b550 commit 63ad174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(obs-multi-rtmp VERSION 0.2.6.1)
project(obs-multi-rtmp VERSION 0.2.7)

option(PORTABLE_MODE "if obs is used in portable mode" OFF)
set(QTDIR "${QTDIR}" CACHE PATH "Path to qt directory")
Expand Down
2 changes: 1 addition & 1 deletion src/version.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BEGIN
BEGIN
BLOCK "041104b0"
BEGIN
VALUE "FileDescription", "http://sorayuki.github.io/obs-multi-rtmp"
VALUE "FileDescription", "https://sorayuki.github.io/obs-multi-rtmp"
VALUE "FileVersion", "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@[email protected]"
VALUE "LegalCopyright", "Copyright (C) SoraYuki 2020"
VALUE "ProductName", "OBS Multiple RTMP Output Plugin"
Expand Down

0 comments on commit 63ad174

Please sign in to comment.