Skip to content

Commit

Permalink
1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazel committed Aug 3, 2019
1 parent 769e570 commit 85fd352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __CONSTANTS_H__
#define __CONSTANTS_H__

#define VERSION "1.6.7"
#define VERSION "1.6.8"

#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}

Expand Down

0 comments on commit 85fd352

Please sign in to comment.