Skip to content

Commit

Permalink
base: Fix version string when built as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 authored and tt2468 committed Aug 2, 2022
1 parent 1724357 commit 2f549b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-macros.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>

#define blog_debug(msg, ...) if (IsDebugEnabled()) blog(LOG_INFO, "[debug] " msg, ##__VA_ARGS__)

#define OBS_WEBSOCKET_VERSION "@OBS_WEBSOCKET_VERSION@"
#define OBS_WEBSOCKET_VERSION "@obs-websocket_VERSION@"

#define OBS_WEBSOCKET_RPC_VERSION @OBS_WEBSOCKET_RPC_VERSION@

Expand Down

0 comments on commit 2f549b8

Please sign in to comment.