From ae586d053b06a188c5d9b82c1ee15a525c358291 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 1 Jan 2025 09:17:52 +0100 Subject: [PATCH] Version update to 1.1.1. --- checkpw.1 | 2 +- checkpw.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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