From cc8c391e7d35d455f3ce4cb1f0ac56521510e77f Mon Sep 17 00:00:00 2001 From: Nao Iizuka Date: Sat, 22 Oct 2022 21:01:05 +0900 Subject: [PATCH] Bump version to 2.0.8 --- CHANGELOG.md | 5 +++++ README.md | 8 ++++---- picam_option/picam_option.hpp | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17f142..25970fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.0.8 *(2022-10-22)* +---------------------------- + +- Updated binary for the new libcamera. (#187) + Version 2.0.7 *(2022-09-26)* ---------------------------- diff --git a/README.md b/README.md index 1e8c621..58f2d27 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ chmod +x make_dirs.sh alsamixer # Install picam binary -wget https://github.com/iizukanao/picam/releases/download/v2.0.7/picam-2.0.7-`uname -m`.tar.xz -tar xvf picam-2.0.7-*.tar.xz -cp picam-2.0.7-*/picam ~/picam/ +wget https://github.com/iizukanao/picam/releases/download/v2.0.8/picam-2.0.7-`uname -m`.tar.xz +tar xvf picam-2.0.8-*.tar.xz +cp picam-2.0.8-*/picam ~/picam/ # Run picam cd ~/picam @@ -185,7 +185,7 @@ $ touch hooks/unmute #### Command options ```txt -picam version 2.0.7 +picam version 2.0.8 Usage: picam [options] Options: diff --git a/picam_option/picam_option.hpp b/picam_option/picam_option.hpp index d6c584a..f617a11 100644 --- a/picam_option/picam_option.hpp +++ b/picam_option/picam_option.hpp @@ -11,7 +11,7 @@ extern "C" { #include "text/text.h" #define PROGRAM_NAME "picam" -#define PROGRAM_VERSION "2.0.7" +#define PROGRAM_VERSION "2.0.8" typedef struct white_balance_option { const char *name;