diff options
author | leo-arch <leonardoabramovich2@gmail.com> | 2024-08-16 01:33:47 -0300 |
---|---|---|
committer | leo-arch <leonardoabramovich2@gmail.com> | 2024-08-16 01:33:47 -0300 |
commit | 6c6c0cea27829a2060e52d5d0e340ee4fd285706 (patch) | |
tree | f7fe301e0a14332cf2b17dcd0730a7e9f89ef351 | |
parent | a24da9bfaab62996f7c1d2846ff3279325fcf9b4 (diff) |
Bump version to 1.20v1.20
-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 1be4d142..ce7b8676 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.20-rc2" -#define DATE "Aug 13, 2024" +#define VERSION "1.20" +#define DATE "Aug 16, 2024" #define AUTHOR "L. Abramovich" #define CONTACT "https://github.com/leo-arch/clifm" #define LICENSE "GPL2+" |