From 5833a6c3cf690154c86f308943d29e7a16eb7a00 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 1 Mar 2021 11:09:38 +0000 Subject: update doc and makefile --- src/constants.h | 4 ++-- src/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/constants.h b/src/constants.h index 22c18c2..1df4898 100644 --- a/src/constants.h +++ b/src/constants.h @@ -19,8 +19,8 @@ along with this program. If not, see . ***/ -#define VERSION "1.0c" -#define DATE_RELEASE "14 January, 2021" +#define VERSION "1.1a" +#define DATE_RELEASE "1 March, 2021" #define LOCKPASS_DIR ".lock-password/" #define GPGKEY_FILE ".gpg-key" diff --git a/src/main.c b/src/main.c index 47438c9..d38b84a 100644 --- a/src/main.c +++ b/src/main.c @@ -396,7 +396,7 @@ int cmd_version(int argc, char *argv[]) { printf("LockPassword v%s\n" "Release date: %s\n\n" - "Copyright (C) 2020-2021 Aleksandr D. Goncharov\n" + "Copyright (C) 2020-2021 Aleksandr D. Goncharov (Joursoir)\n" "License: GNU GPL version 3\n" "This is free software: you are free to change and redistribute it.\n" "This program comes with ABSOLUTELY NO WARRANTY.\n", -- cgit v1.2.3-18-g5258