Skip to content

Commit cce6f7a

Browse files
authored
Updates version to v2.2.5 (#503)
Co-authored-by: bjornvolcker <[email protected]>
1 parent e415ae1 commit cce6f7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/sv_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define DEFAULT_HASH_SIZE (256 / 8)
5151

5252
#define SV_VERSION_BYTES 3
53-
#define SIGNED_VIDEO_VERSION "v2.2.4"
53+
#define SIGNED_VIDEO_VERSION "v2.2.5"
5454
#define SV_VERSION_MAX_STRLEN 19 // Longest possible string including 'ONVIF' prefix
5555

5656
#define DEFAULT_AUTHENTICITY_LEVEL SV_AUTHENTICITY_LEVEL_FRAME

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('signed-video-framework', 'c',
2-
version : '2.2.4',
2+
version : '2.2.5',
33
meson_version : '>= 0.53.0',
44
default_options : [ 'warning_level=2',
55
'werror=true',

0 commit comments

Comments
 (0)