From e1ce21b381aa5db65fe7289c37e1279ac259be7b Mon Sep 17 00:00:00 2001 From: leo-arch Date: Fri, 17 Mar 2023 01:26:10 -0300 Subject: [PATCH] Bump version to 1.11.rc3 --- src/helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.h b/src/helpers.h index 0409bdd17..6d5e0bade 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -129,10 +129,10 @@ #define PROGRAM_NAME "clifm" #define PNL "clifm" /* Program name lowercase */ #define PROGRAM_DESC "The command line file manager" -#define VERSION "1.11.rc2" +#define VERSION "1.11.rc3" #define AUTHOR "L. Abramovich" #define CONTACT "https://github.com/leo-arch/clifm" -#define DATE "Mar 14, 2023" +#define DATE "Mar 17, 2023" #define LICENSE "GPL2+" #define COLORS_REPO "https://github.com/leo-arch/clifm-colors"