mirror of
https://github.com/angt/secret
synced 2025-01-19 22:26:16 +01:00
Bump to 0.11
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
parent
e4d6e4ea6c
commit
d35e867ccc
1 changed files with 1 additions and 1 deletions
2
secret.c
2
secret.c
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#define S_COUNT(x) (sizeof(x) / sizeof((x)[0]))
|
#define S_COUNT(x) (sizeof(x) / sizeof((x)[0]))
|
||||||
#define S_VER_MAJOR 0U
|
#define S_VER_MAJOR 0U
|
||||||
#define S_VER_MINOR 10U
|
#define S_VER_MINOR 11U
|
||||||
#define S_ENTRYSIZE 512U
|
#define S_ENTRYSIZE 512U
|
||||||
#define S_PWDGENLEN 25U
|
#define S_PWDGENLEN 25U
|
||||||
#define S_KEYLENMAX 255U
|
#define S_KEYLENMAX 255U
|
||||||
|
|
Loading…
Reference in a new issue