From c2d780e59655e6b2f30ebc31c7ca45cd5bd6b3df Mon Sep 17 00:00:00 2001 From: Nao Iizuka Date: Sun, 24 Jul 2022 22:59:09 +0900 Subject: [PATCH] Bump version to 2.0.3 --- 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 c49e830..56b2052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.0.3 *(2022-07-25)* +---------------------------- + +- Fixed bug where sending SIGTERM does not stop picam. + Version 2.0.2 *(2022-07-21)* ---------------------------- diff --git a/README.md b/README.md index 4c1cb69..866035a 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.2/picam-2.0.2-`uname -m`.tar.xz -tar xvf picam-2.0.2-*.tar.xz -cp picam-2.0.2-*/picam ~/picam/ +wget https://github.com/iizukanao/picam/releases/download/v2.0.3/picam-2.0.3-`uname -m`.tar.xz +tar xvf picam-2.0.3-*.tar.xz +cp picam-2.0.3-*/picam ~/picam/ # Run picam cd ~/picam @@ -185,7 +185,7 @@ $ touch hooks/unmute #### Command options ```txt -picam version 2.0.2 +picam version 2.0.3 Usage: picam [options] Options: diff --git a/picam_option/picam_option.hpp b/picam_option/picam_option.hpp index 09316ce..8fe9656 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.2" +#define PROGRAM_VERSION "2.0.3" typedef struct white_balance_option { const char *name;