We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb1180 commit 3f0dab2Copy full SHA for 3f0dab2
2 files changed
doc/changelog
@@ -1,3 +1,5 @@
1
+Summary of changes for version 0.2.2 are below
2
+ * Revisions for newer versions of ffmpeg.
3
Summary of changes for version 0.2.1 are below
4
* Specify the stride for libcamera.
5
* Fix processing when no libcamera devices attached.
scripts/version.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-BASE_VERSION="0.2.1"
+BASE_VERSION="0.2.2"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git-"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
13
else
14
GIT_COMMIT="gitUNKNOWN"
15
fi
16
-#printf "$BASE_VERSION"
17
-printf "$BASE_VERSION"-"$GIT_COMMIT"
+printf "$BASE_VERSION"
+#printf "$BASE_VERSION"-"$GIT_COMMIT"
18
0 commit comments