Skip to content

Commit

Permalink
Version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Oct 30, 2022
1 parent 223b0ab commit 2219c20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Summary of changes for version 4.x.x are below
Summary of changes for version 4.5.0 are below
* Do not translate the ignoring IP alert message
* Fix processing for native_language config option
* Add additional sleep time for images to web stream
Expand All @@ -23,6 +23,7 @@ Summary of changes for version 4.x.x are below
* Fix close on exec methods
* Fix processing for preferred codec with new ffmpeg versions
* Fix snapshots when using netcam high
* Enhance netcam processing for single jpg pages
* Update instructions on using libcamerify for pi camera
* Update instructions on maximum number of cameras shown on web control page.
* Expand buffer for log messages
Expand Down
6 changes: 3 additions & 3 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.4.0"
BASE_VERSION="4.5.0"
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 2219c20

Please sign in to comment.