Skip to content

Commit 04e4a05

Browse files
committed
Version 4.7.1
1 parent e4a6be8 commit 04e4a05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Summary of changes for version 4.7.1 are below
2+
* Revision for new versions of FFMPEG
3+
* Fix compiler warnings on calloc
14
Summary of changes for version 4.7.0 are below
25
* Documentation updates
36
* Remove outdated MMAL camera source.

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="4.7.0"
2+
BASE_VERSION="4.7.1"
33
if [ -d .git ]; then
44
if test "`git diff --name-only`" = "" ; then
55
GIT_COMMIT="git"

0 commit comments

Comments
 (0)