aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-01-14 19:26:56 +0000
committerJoursoir <chat@joursoir.net>2021-01-14 19:30:18 +0000
commit3165436ed14cb353843abf01e9208c088583bc40 (patch)
tree0cc5d967c94198a90402a732ca6e8842665b58fc /src/main.c
parentca3fc712cd9038c587cc897426dbadedcee0cfd0 (diff)
downloadlock-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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index edcc517..fd1345b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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