diff options
author | Joursoir <chat@joursoir.net> | 2021-03-06 18:20:34 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-06 18:20:34 +0000 |
commit | 44f339a62ee7961758afb451a760f3b291f34c79 (patch) | |
tree | a12871a42d6c456343cca654a49adac2841a24a6 /src | |
parent | 1c5f7fd29fce3008218d781ab148a6974e898cac (diff) | |
download | lock-password-44f339a62ee7961758afb451a760f3b291f34c79.tar.gz lock-password-44f339a62ee7961758afb451a760f3b291f34c79.tar.bz2 lock-password-44f339a62ee7961758afb451a760f3b291f34c79.zip |
update doc for v1.1bv1.1b
Diffstat (limited to 'src')
-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 2168883..46ac024 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.1a" -#define DATE_RELEASE "1 March, 2021" +#define VERSION "1.1b" +#define DATE_RELEASE "6 March, 2021" #define LOCKPASS_DIR ".lock-password/" #define GPGKEY_FILE ".gpg-key" |