diff --git a/lib/src/includes/sv_vendor_axis_communications.h b/lib/src/includes/sv_vendor_axis_communications.h deleted file mode 100644 index a4b74937..00000000 --- a/lib/src/includes/sv_vendor_axis_communications.h +++ /dev/null @@ -1,33 +0,0 @@ -/** - * MIT License - * - * Copyright (c) 2025 Axis Communications AB - * - * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and - * associated documentation files (the "Software"), to deal in the Software without restriction, - * including without limitation the rights to use, copy, modify, merge, publish, distribute, - * sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice (including the next paragraph) shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT - * NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, - * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ - -#ifndef __SV_VENDOR_AXIS_COMMUNICATIONS_H__ -#define __SV_VENDOR_AXIS_COMMUNICATIONS_H__ - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif // __SV_VENDOR_AXIS_COMMUNICATIONS_H__ diff --git a/lib/src/meson.build b/lib/src/meson.build index 42ee6662..7d21940f 100644 --- a/lib/src/meson.build +++ b/lib/src/meson.build @@ -5,7 +5,6 @@ signedvideoframework_public_headers = files( 'includes/signed_video_openssl.h', 'includes/signed_video_sign.h', 'includes/signed_video_signing_plugin.h', - 'includes/sv_vendor_axis_communications.h', ) signedvideoframework_sources = files( diff --git a/lib/src/sv_internal.h b/lib/src/sv_internal.h index c8c356f7..1a2705b1 100644 --- a/lib/src/sv_internal.h +++ b/lib/src/sv_internal.h @@ -50,7 +50,7 @@ #define DEFAULT_HASH_SIZE (256 / 8) #define SV_VERSION_BYTES 3 -#define SIGNED_VIDEO_VERSION "v2.2.7" +#define SIGNED_VIDEO_VERSION "v2.3.0" #define SV_VERSION_MAX_STRLEN 19 // Longest possible string including 'ONVIF' prefix #define DEFAULT_AUTHENTICITY_LEVEL SV_AUTHENTICITY_LEVEL_FRAME diff --git a/meson.build b/meson.build index 2db31217..37496fde 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('signed-video-framework', 'c', - version : '2.2.7', + version : '2.3.0', meson_version : '>= 0.53.0', default_options : [ 'warning_level=2', 'werror=true',