We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a6be8 commit 04e4a05Copy full SHA for 04e4a05
doc/CHANGELOG
@@ -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
4
Summary of changes for version 4.7.0 are below
5
* Documentation updates
6
* Remove outdated MMAL camera source.
scripts/version.sh
@@ -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"
0 commit comments