We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24f79a commit e293bc5Copy full SHA for e293bc5
2 files changed
src/droidcam.rc
@@ -1,5 +1,5 @@
1
1 VERSIONINFO
2
-FILEVERSION 0,1,1,0
+FILEVERSION 0,1,2,0
3
BEGIN
4
BLOCK "StringFileInfo"
5
src/plugin.cc
@@ -38,7 +38,7 @@ QAction *auto_start_action;
38
QAction *tools_menu_action;
39
#endif
40
41
-const char *PluginVer = "011";
+const char *PluginVer = "012";
42
const char *PluginName = "DroidCam Virtual Output";
43
obs_output_t *droidcam_virtual_output = NULL;
44
config_t *obs_config = NULL;
0 commit comments