Updating to v1.6

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-03-25 17:59:43 +01:00
parent ade3e6d2fb
commit e4ed917c1c
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
#
VERSION_MAJOR="1"
VERSION_MINOR="4"
VERSION_MINOR="6"
echo "----------------------------"
echo "VID/PID patcher for Pico HSM"

View File

@@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_
#define HSM_VERSION 0x0104
#define HSM_VERSION 0x0106
#define HSM_VERSION_MAJOR ((HSM_VERSION >> 8) & 0xff)
#define HSM_VERSION_MINOR (HSM_VERSION & 0xff)