diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe506b..7a73a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 2.0.6 *(2022-09-09)* +---------------------------- + +- Fixed "symbol lookup error". (#180) + Version 2.0.5 *(2022-08-15)* ---------------------------- diff --git a/README.md b/README.md index 5e4b394..9181044 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.5/picam-2.0.5-`uname -m`.tar.xz -tar xvf picam-2.0.5-*.tar.xz -cp picam-2.0.5-*/picam ~/picam/ +wget https://github.com/iizukanao/picam/releases/download/v2.0.6/picam-2.0.6-`uname -m`.tar.xz +tar xvf picam-2.0.6-*.tar.xz +cp picam-2.0.6-*/picam ~/picam/ # Run picam cd ~/picam @@ -185,7 +185,7 @@ $ touch hooks/unmute #### Command options ```txt -picam version 2.0.5 +picam version 2.0.6 Usage: picam [options] Options: diff --git a/picam_option/picam_option.hpp b/picam_option/picam_option.hpp index 0ce969b..d399fba 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.5" +#define PROGRAM_VERSION "2.0.6" typedef struct white_balance_option { const char *name;