aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-10-04 23:56:59 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-10-05 00:18:53 +0530
commitdcf8fbf78bc995a40b5bb05d5583ad209581c9f5 (patch)
treee8f5f67fc6fa9b4d86ef1ce6f70fe1af06d81936 /nnn.c
parent0e22a4957f4b8ddcf9ffbcc4f150fb1aaa6b1193 (diff)
downloadnnn-dcf8fbf78bc995a40b5bb05d5583ad209581c9f5.tar.gz
Prepare for release v1.5
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index cbb2804..e630eba 100644
--- a/nnn.c
+++ b/nnn.c
@@ -135,7 +135,7 @@ disabledbg()
#endif /* DEBUGMODE */
/* Macro definitions */
-#define VERSION "1.4"
+#define VERSION "1.5"
#define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn"
#define LEN(x) (sizeof(x) / sizeof(*(x)))
#undef MIN