diff options
author | leo-arch <leonardoabramovich2@gmail.com> | 2024-03-23 17:57:41 -0300 |
---|---|---|
committer | leo-arch <leonardoabramovich2@gmail.com> | 2024-03-23 17:57:41 -0300 |
commit | 8ef1b6ae8bc82db91fe18d25589169c92fca49d4 (patch) | |
tree | ba736b83a864a47f2eeba1b3360b57bf6b22753f | |
parent | 4471df39af2b5646a65663d07dfe11e8a162688e (diff) |
Bump version to 1.18v1.18
-rw-r--r-- | src/helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers.h b/src/helpers.h index 263eeaf1..a91447d7 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -28,8 +28,8 @@ #define PROGRAM_NAME_UPPERCASE "CliFM" #define PROGRAM_NAME "clifm" #define PROGRAM_DESC "The command line file manager" -#define VERSION "1.18-rc5" -#define DATE "Mar 19, 2024" +#define VERSION "1.18" +#define DATE "Mar 23, 2024" #define AUTHOR "L. Abramovich" #define CONTACT "https://github.com/leo-arch/clifm" #define LICENSE "GPL2+" |