Skip to content

Commit ae586d0

Browse files
committed
Version update to 1.1.1.
1 parent 66d7b35 commit ae586d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkpw.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH man 1 "01 Jan 2025" "checkpw 1.1.0" "checkpw man page"
1+
.TH man 1 "01 Jan 2025" "checkpw 1.1.1" "checkpw man page"
22
.SH NAME
33
checkpw \- checks the validity of a users password on a UNIX/PAM-based system.
44
.SH SYNOPSIS

checkpw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <security/pam_appl.h>
1111
#include <security/pam_misc.h>
1212

13-
#define VERSION "1.1.0"
13+
#define VERSION "1.1.1"
1414

1515
#ifndef MAX_PASSWORD_LEN
1616
#define MAX_PASSWORD_LEN 256

0 commit comments

Comments
 (0)