Skip to content

Commit fd12758

Browse files
committed
Upgrade to version 4.0
Signed-off-by: Pol Henarejos <[email protected]>
1 parent c65f921 commit fd12758

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_pico_hsm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
VERSION_MAJOR="3"
4-
VERSION_MINOR="6"
3+
VERSION_MAJOR="4"
4+
VERSION_MINOR="0"
55

66
rm -rf release/*
77
cd build_release

src/hsm/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef __VERSION_H_
1919
#define __VERSION_H_
2020

21-
#define HSM_VERSION 0x0306
21+
#define HSM_VERSION 0x0400
2222

2323
#define HSM_VERSION_MAJOR ((HSM_VERSION >> 8) & 0xff)
2424
#define HSM_VERSION_MINOR (HSM_VERSION & 0xff)

0 commit comments

Comments
 (0)