From 5757213b18933623b002dcf45887f042f13d9a31 Mon Sep 17 00:00:00 2001 From: Greg Hazel Date: Thu, 6 Jun 2019 03:17:34 -0700 Subject: [PATCH] 1.6.4 --- constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.h b/constants.h index fa34df81..55b898d0 100644 --- a/constants.h +++ b/constants.h @@ -1,7 +1,7 @@ #ifndef __CONSTANTS_H__ #define __CONSTANTS_H__ -#define VERSION "1.6.3" +#define VERSION "1.6.4" #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}