We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e415ae1 commit cce6f7aCopy full SHA for cce6f7a
lib/src/sv_internal.h
@@ -50,7 +50,7 @@
50
#define DEFAULT_HASH_SIZE (256 / 8)
51
52
#define SV_VERSION_BYTES 3
53
-#define SIGNED_VIDEO_VERSION "v2.2.4"
+#define SIGNED_VIDEO_VERSION "v2.2.5"
54
#define SV_VERSION_MAX_STRLEN 19 // Longest possible string including 'ONVIF' prefix
55
56
#define DEFAULT_AUTHENTICITY_LEVEL SV_AUTHENTICITY_LEVEL_FRAME
meson.build
@@ -1,5 +1,5 @@
1
project('signed-video-framework', 'c',
2
- version : '2.2.4',
+ version : '2.2.5',
3
meson_version : '>= 0.53.0',
4
default_options : [ 'warning_level=2',
5
'werror=true',
0 commit comments