diff options
author | Joursoir <chat@joursoir.net> | 2021-03-01 11:09:38 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-01 11:09:38 +0000 |
commit | 5833a6c3cf690154c86f308943d29e7a16eb7a00 (patch) | |
tree | 816f180f3bcb0792def9ba7bb409b93047a7334d /src/constants.h | |
parent | 791acae6546f6c366cb79a1beddf917a7a3d41c4 (diff) | |
download | lock-password-1.1a.tar.gz lock-password-1.1a.tar.bz2 lock-password-1.1a.zip |
update doc and makefilev1.1a
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <https://www.gnu.org/licenses/>. ***/ -#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" |