summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch <leonardoabramovich2@gmail.com>2024-01-08 23:58:21 -0300
committerleo-arch <leonardoabramovich2@gmail.com>2024-01-08 23:58:21 -0300
commit7b43dfe2a938feb3ab9c7b5b396c7e907d5ce09d (patch)
tree3c72b055282d4d8f98ed567c3d6baa37a1a96d1e
parent7813cad7dbbe79cf8ce861f1cc157e2f51d80161 (diff)
Bump version to 1.16v1.16
-rw-r--r--src/helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers.h b/src/helpers.h
index 851e2aac..c856b817 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.16-rc11"
-#define DATE "Jan 8, 2024"
+#define VERSION "1.16"
+#define DATE "Jan 9, 2024"
#define AUTHOR "L. Abramovich"
#define CONTACT "https://github.com/leo-arch/clifm"
#define LICENSE "GPL2+"