Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iizukanao committed Jul 17, 2022
1 parent f5d6ed6 commit a907793
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Change Log
==========

Version 2.0.1 *(2022-07-17)*
----------------------------

- Added `--camera` option.
- Fixed `--version` option.

Version 2.0.0 *(2022-07-07)*
----------------------------

- Built with libcamera
- Built with libcamera.
- Stopped using legacy camera libraries (OpenMAX IL and MMAL).
- Added support for higher video resolutions up to 1920x1080 at 30 fps.
- Changed the default values for the following options:
Expand Down
2 changes: 1 addition & 1 deletion picam_option/picam_option.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
#include "text/text.h"

#define PROGRAM_NAME "picam"
#define PROGRAM_VERSION "2.0.0"
#define PROGRAM_VERSION "2.0.1"

typedef struct white_balance_option {
const char *name;
Expand Down

0 comments on commit a907793

Please sign in to comment.