From 3a1b7382d4a47e36ddba1fa903d192377212caba Mon Sep 17 00:00:00 2001 From: leo-arch Date: Tue, 18 Jun 2024 12:56:38 -0300 Subject: [PATCH] Bump version to 1.19 --- src/helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.h b/src/helpers.h index 924a44b5..aaf01c9e 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.19-rc1" -#define DATE "Jun 11, 2024" +#define VERSION "1.19" +#define DATE "Jun 18, 2024" #define AUTHOR "L. Abramovich" #define CONTACT "https://github.com/leo-arch/clifm" #define LICENSE "GPL2+"