Version 4.5.0

This commit is contained in:
Mr-Dave
2022-10-30 14:30:49 -06:00
parent 223b0ab996
commit 2219c20d1f
2 changed files with 5 additions and 4 deletions

View File

@@ -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
@@ -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

View File

@@ -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"
@@ -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"