Version 4.7.1

This commit is contained in:
MrDave
2025-09-19 09:44:30 -07:00
parent e4a6be8dd7
commit 04e4a05d71
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
Summary of changes for version 4.7.1 are below
* Revision for new versions of FFMPEG
* Fix compiler warnings on calloc
Summary of changes for version 4.7.0 are below
* Documentation updates
* Remove outdated MMAL camera source.

View File

@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.7.0"
BASE_VERSION="4.7.1"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"