diff options
author | Joursoir <chat@joursoir.net> | 2021-01-14 19:26:56 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-01-14 19:30:18 +0000 |
commit | 3165436ed14cb353843abf01e9208c088583bc40 (patch) | |
tree | 0cc5d967c94198a90402a732ca6e8842665b58fc /src/main.c | |
parent | ca3fc712cd9038c587cc897426dbadedcee0cfd0 (diff) | |
download | lock-password-3165436ed14cb353843abf01e9208c088583bc40.tar.gz lock-password-3165436ed14cb353843abf01e9208c088583bc40.tar.bz2 lock-password-3165436ed14cb353843abf01e9208c088583bc40.zip |
rewrite shell script 'copy' to c language
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,9 +18,8 @@ #include "handerror.h" #include "implementation.h" -#define VERSION "1.0b" -#define DATE_RELEASE "6 January, 2021" -#define DEBUG +#define VERSION "1.0c" +#define DATE_RELEASE "14 January, 2021" #define STANDARD_TEXTEDITOR "vim" #define MAXLEN_TEXTEDITOR 16 #define MINLEN_PASSWORD 1 |