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"