diff --git a/build_pico_hsm.sh b/build_pico_hsm.sh index 10d4875..037ee77 100755 --- a/build_pico_hsm.sh +++ b/build_pico_hsm.sh @@ -1,7 +1,7 @@ #!/bin/bash VERSION_MAJOR="1" -VERSION_MINOR="8" +VERSION_MINOR="10" rm -rf release/* cd build_release diff --git a/patch_vidpid.sh b/patch_vidpid.sh index 0262343..dc1f379 100755 --- a/patch_vidpid.sh +++ b/patch_vidpid.sh @@ -18,7 +18,7 @@ # VERSION_MAJOR="1" -VERSION_MINOR="8" +VERSION_MINOR="0A" echo "----------------------------" echo "VID/PID patcher for Pico HSM" diff --git a/src/hsm/version.h b/src/hsm/version.h index 5534f9c..5340f9d 100644 --- a/src/hsm/version.h +++ b/src/hsm/version.h @@ -18,7 +18,7 @@ #ifndef __VERSION_H_ #define __VERSION_H_ -#define HSM_VERSION 0x0108 +#define HSM_VERSION 0x010A #define HSM_VERSION_MAJOR ((HSM_VERSION >> 8) & 0xff) #define HSM_VERSION_MINOR (HSM_VERSION & 0xff)