Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 3f0dab2

Browse files
committed
Version 0.2.2
1 parent 7cb1180 commit 3f0dab2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

doc/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Summary of changes for version 0.2.2 are below
2+
* Revisions for newer versions of ffmpeg.
13
Summary of changes for version 0.2.1 are below
24
* Specify the stride for libcamera.
35
* Fix processing when no libcamera devices attached.

scripts/version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="0.2.1"
2+
BASE_VERSION="0.2.2"
33
if [ -d .git ]; then
44
if test "`git diff --name-only`" = "" ; then
55
GIT_COMMIT="git-"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
1313
else
1414
GIT_COMMIT="gitUNKNOWN"
1515
fi
16-
#printf "$BASE_VERSION"
17-
printf "$BASE_VERSION"-"$GIT_COMMIT"
16+
printf "$BASE_VERSION"
17+
#printf "$BASE_VERSION"-"$GIT_COMMIT"
1818

0 commit comments

Comments
 (0)