Upgrading version to v3.0

This commit is contained in:
Pol Henarejos 2022-08-31 13:55:29 +02:00
parent cd3812ecca
commit 8075352fab
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_
#define HSM_SDK_VERSION 0x0202
#define HSM_SDK_VERSION 0x0300
#define HSM_SDK_VERSION_MAJOR ((HSM_SDK_VERSION >> 8) & 0xff)
#define HSM_SDK_VERSION_MINOR (HSM_SDK_VERSION & 0xff)