Skip to content

Commit fa19a22

Browse files
committed
Version 2.4.0
1 parent 6c363c2 commit fa19a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/droidcam.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 VERSIONINFO
2-
FILEVERSION 2,3,5,0
2+
FILEVERSION 2,4,0,0
33
BEGIN
44
BLOCK "StringFileInfo"
55
BEGIN

src/plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#pragma once
33
#include <obs-module.h>
44

5-
#define PLUGIN_VERSION_STR "235"
5+
#define PLUGIN_VERSION_STR "240"
66

77
#define xlog(log_level, format, ...) \
88
blog(log_level, "[DroidCamOBS] " format, ##__VA_ARGS__)

0 commit comments

Comments
 (0)