From aec4c618e54cfb92389b8ec22a48076e1137aaf2 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 30 Oct 2023 12:49:04 +0100 Subject: [PATCH] csecsipid: set SECSIPID_VERSION to 1.2.0 --- csecsipid/secsipid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csecsipid/secsipid.h b/csecsipid/secsipid.h index 81f9ad0..1741a57 100644 --- a/csecsipid/secsipid.h +++ b/csecsipid/secsipid.h @@ -9,8 +9,8 @@ * SECSIPID_VERSION = 0xAABBCC00 * - corresponds to version AA.BB.CC * - last two hexdigits are left for patch extensions - * - example: 0x1010000 corresponds to version 1.1.0 + * - example: 0x1020000 corresponds to version 1.2.0 */ -#define SECSIPID_VERSION 0x1010000 +#define SECSIPID_VERSION 0x1020000 #endif