From 2219c20d1ffcf31b2d3fd1c59043ff30da47f8ee Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Sun, 30 Oct 2022 14:30:49 -0600 Subject: [PATCH] Version 4.5.0 --- doc/CHANGELOG | 3 ++- scripts/version.sh | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index d3aeeaee..a622068f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 diff --git a/scripts/version.sh b/scripts/version.sh index 2d682310..c53bace2 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -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"