Version update to 1.1.1.

This commit is contained in:
Johannes Findeisen 2025-01-01 09:17:52 +01:00
commit ae586d053b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -10,7 +10,7 @@
#include <security/pam_appl.h>
#include <security/pam_misc.h>
#define VERSION "1.1.0"
#define VERSION "1.1.1"
#ifndef MAX_PASSWORD_LEN
#define MAX_PASSWORD_LEN 256