summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch <leonardoabramovich2@gmail.com>2024-02-09 03:30:11 -0300
committerleo-arch <leonardoabramovich2@gmail.com>2024-02-09 03:30:11 -0300
commit5a416fb559f3fbf2cd1452677814b6498070b9cd (patch)
tree877e79cd750ba56360387de7f6a3b3310c034714
parent17cef33ab4e3f4859a99cd0ff3cf7006d84d54f6 (diff)
Bump version to 1.17
-rw-r--r--src/helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers.h b/src/helpers.h
index 671a99ef..f502c775 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.17-rc5"
-#define DATE "Feb 8, 2024"
+#define VERSION "1.17"
+#define DATE "Feb 9, 2024"
#define AUTHOR "L. Abramovich"
#define CONTACT "https://github.com/leo-arch/clifm"
#define LICENSE "GPL2+"