Skip to content

Commit

Permalink
Version update to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanez committed Jan 1, 2025
1 parent 66d7b35 commit ae586d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkpw.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion checkpw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae586d0

Please sign in to comment.