From 435b8264a87a2612882ae528b6323ca5d4501bb0 Mon Sep 17 00:00:00 2001 From: Richard Franks Date: Tue, 18 May 2021 17:29:11 +0100 Subject: [PATCH] Bumped Version Changelog entry --- README.md | 9 +++++++++ src/main.cpp | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ead0af..fb1f36c 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,12 @@ Raspberry Pi camera after a few seconds. [OBS Studio](https://obsproject.com/) with the [OBS-NDI plugin](https://github.com/Palakis/obs-ndi/releases/) works well. + + +# Changelog + +## v1.1.1 +Upgraded NDI library to v4.6.2 + +## v1.1.0 +Removed OpenCV integration \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 8801c29..1d09cc7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ #include -#define VERSION "1.1.0" +#define VERSION "1.1.1" static std::atomic exit_loop(false); libconfig::Config cfg;