We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65f921 commit fd12758Copy full SHA for fd12758
build_pico_hsm.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-VERSION_MAJOR="3"
4
-VERSION_MINOR="6"
+VERSION_MAJOR="4"
+VERSION_MINOR="0"
5
6
rm -rf release/*
7
cd build_release
src/hsm/version.h
@@ -18,7 +18,7 @@
18
#ifndef __VERSION_H_
19
#define __VERSION_H_
20
21
-#define HSM_VERSION 0x0306
+#define HSM_VERSION 0x0400
22
23
#define HSM_VERSION_MAJOR ((HSM_VERSION >> 8) & 0xff)
24
#define HSM_VERSION_MINOR (HSM_VERSION & 0xff)
0 commit comments