diff --git a/CHANGES b/CHANGES index 1208d6e..834a67f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +v1.7 +1. Updated h-encore to 2.0 + v1.6 1. Calculate Backup key from AID offline (#43), thanks to [KuromeSan's code](https://bitbucket.org/SilicaAndPina/cmakeyderiv) diff --git a/src/resources/raw/h-encore.zip b/src/resources/raw/h-encore.zip index abdadbd..7f09664 100644 Binary files a/src/resources/raw/h-encore.zip and b/src/resources/raw/h-encore.zip differ diff --git a/src/version.hh b/src/version.hh index 94ae08e..171a3a1 100644 --- a/src/version.hh +++ b/src/version.hh @@ -18,7 +18,7 @@ #pragma once #define FINALHE_VERSION_MAJOR 1 -#define FINALHE_VERSION_MINOR 6 +#define FINALHE_VERSION_MINOR 7 #define _STR(x) #x #define STR(x) _STR(x)