diff options
author | Malfurious <m@lfurio.us> | 2020-07-13 02:17:54 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2020-07-13 02:17:54 -0400 |
commit | acaac10219a213590694152f201e57e902f28d7d (patch) | |
tree | 6014c87d9fbd76754eb8a313ba556e6c67f620f8 /Compass.h | |
parent | 74ebac726bb5adb6eb82844d3d88ed7d46962fc8 (diff) | |
download | compass-acaac10219a213590694152f201e57e902f28d7d.tar.gz compass-acaac10219a213590694152f201e57e902f28d7d.zip |
Add version number to help output
Diffstat (limited to 'Compass.h')
-rw-r--r-- | Compass.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ #include "Cryptor.h"
#include "Help.h"
+#define COMPASS_VERSION "v0.1"
+
#define ALLOW_WALK 0
#define SECONDS_PSWD_CLEANUP 30
#define CLEAN_STRING "compass-cleared"
|