Skip to content

Commit

Permalink
Version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-DaveDev authored and Mr-Dave committed Feb 3, 2019
1 parent b5b8496 commit c43a560
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Summary of changes for version 4.2.2 are below
* Update version number to 4.2.2/Changelog
* Resolve compile problem for OpenBSD
* Resolve compiler warnings for 18.10
* Guide/Manual updates
* Add the quit/end webcontrol actions to interface 0
* Set the stream index on passthrough
* Revise the webcontrol stream rate
* Answer webcontrol stream only after completing first loop
* Save the preview images when triggering emulate
* Fix startup problem when using track_type 4
* Fix hostname for webcontrol when using IPV6
Summary of changes for version 4.2.1 are below
* Update version number to 4.2.1 / Changelog
* Report to log options included in build
Expand Down
6 changes: 3 additions & 3 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.2.1"
BASE_VERSION="4.2.2"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"
Expand All @@ -13,6 +13,6 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#printf "$BASE_VERSION"
printf "$BASE_VERSION+$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION+$GIT_COMMIT"

0 comments on commit c43a560

Please sign in to comment.