Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Sep 9, 2024
1 parent 7cb1180 commit 3f0dab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Summary of changes for version 0.2.2 are below
* Revisions for newer versions of ffmpeg.
Summary of changes for version 0.2.1 are below
* Specify the stride for libcamera.
* Fix processing when no libcamera devices attached.
Expand Down
6 changes: 3 additions & 3 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -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-"
Expand All @@ -13,6 +13,6 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#printf "$BASE_VERSION"
printf "$BASE_VERSION"-"$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION"-"$GIT_COMMIT"

0 comments on commit 3f0dab2

Please sign in to comment.