Skip to content

Commit

Permalink
chore: version bump to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Palakis committed Aug 23, 2019
1 parent aacbbc8 commit 6758f25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5)
project(obs-ndi VERSION 4.6.0)
project(obs-ndi VERSION 4.6.1)

set(CMAKE_PREFIX_PATH "${QTDIR}")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "idp\idp.iss"

#define MyAppName "obs-ndi"
#define MyAppVersion "4.6.0"
#define MyAppVersion "4.6.1"
#define MyAppPublisher "Stephane Lepin"
#define MyAppURL "http://github.com/Palakis/obs-ndi"

Expand Down
2 changes: 1 addition & 1 deletion installer/obs-ndi.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>4.6.0</string>
<string>4.6.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down
2 changes: 1 addition & 1 deletion src/obs-ndi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program; If not, see <https://www.gnu.org/licenses/>

#include <Processing.NDI.Lib.h>

#define OBS_NDI_VERSION "4.6.0"
#define OBS_NDI_VERSION "4.6.1"
#define OBS_NDI_ALPHA_FILTER_ID "premultiplied_alpha_filter"

#define blog(level, msg, ...) blog(level, "[obs-ndi] " msg, ##__VA_ARGS__)
Expand Down

0 comments on commit 6758f25

Please sign in to comment.