diff --git a/constants.h b/constants.h index 55b898d0..e807bc41 100644 --- a/constants.h +++ b/constants.h @@ -1,7 +1,7 @@ #ifndef __CONSTANTS_H__ #define __CONSTANTS_H__ -#define VERSION "1.6.4" +#define VERSION "1.6.5" #define SHA1BA(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t) (const uint8_t[]){0x##a,0x##b,0x##c,0x##d,0x##e,0x##f,0x##g,0x##h,0x##i,0x##j,0x##k,0x##l,0x##m,0x##n,0x##o,0x##p,0x##q,0x##r,0x##s,0x##t}