Skip to content

Commit

Permalink
Upgrading version to v3.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed Dec 6, 2022
1 parent c95dee8 commit 9e9cf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hsm/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_

#define HSM_VERSION 0x0300
#define HSM_VERSION 0x0302

#define HSM_VERSION_MAJOR ((HSM_VERSION >> 8) & 0xff)
#define HSM_VERSION_MINOR (HSM_VERSION & 0xff)
Expand Down

0 comments on commit 9e9cf9b

Please sign in to comment.