diff --git a/README.md b/README.md index 482d17e..a5b758a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# checkpw - 1.0.1! +# checkpw - 1.0.2! checkpw is a program that checks the validity of a users password on a Linux/PAM-based system. diff --git a/checkpw.c b/checkpw.c index 1b97dca..e8c11ac 100644 --- a/checkpw.c +++ b/checkpw.c @@ -14,6 +14,7 @@ * Returns 0 on success, 1 otherwise. * * Author: Johannes Findeisen + * Version: 1.0.2 * License: MIT (see LICENSE) */