Skip to content

Commit

Permalink
Bumps version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornvolcker committed Dec 18, 2024
1 parent 7f893b6 commit b639729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/signed_video_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ typedef struct _h26x_nalu_t h26x_nalu_t;
#define DEFAULT_HASH_SIZE (256 / 8)

#define SV_VERSION_BYTES 3
#define SIGNED_VIDEO_VERSION "v2.0.0"
#define SIGNED_VIDEO_VERSION "v2.0.1"
#define SV_VERSION_MAX_STRLEN 13 // Longest possible string

#define DEFAULT_AUTHENTICITY_LEVEL SV_AUTHENTICITY_LEVEL_FRAME
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('signed-video-framework', 'c',
version : '2.0.0',
version : '2.0.1',
meson_version : '>= 0.47.0',
default_options : [ 'warning_level=2',
'werror=true',
Expand Down

0 comments on commit b639729

Please sign in to comment.