Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
Changelog entry
  • Loading branch information
rf152 committed May 18, 2021
1 parent 6c72b97 commit 435b826
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <libconfig.h++>

#define VERSION "1.1.0"
#define VERSION "1.1.1"

static std::atomic<bool> exit_loop(false);
libconfig::Config cfg;
Expand Down

0 comments on commit 435b826

Please sign in to comment.