diff --git a/checkpw.1 b/checkpw.1 index 2a88fb9..90206b8 100644 --- a/checkpw.1 +++ b/checkpw.1 @@ -1,4 +1,4 @@ -.TH man 1 "01 Jan 2025" "checkpw 1.1.0" "checkpw man page" +.TH man 1 "01 Jan 2025" "checkpw 1.1.1" "checkpw man page" .SH NAME checkpw \- checks the validity of a users password on a UNIX/PAM-based system. .SH SYNOPSIS diff --git a/checkpw.h b/checkpw.h index 3620e40..bdfc1bf 100644 --- a/checkpw.h +++ b/checkpw.h @@ -10,7 +10,7 @@ #include #include -#define VERSION "1.1.0" +#define VERSION "1.1.1" #ifndef MAX_PASSWORD_LEN #define MAX_PASSWORD_LEN 256