aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-12-25 17:13:25 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-12-25 17:13:25 +0530
commitf687463574ac69491b337d37725b42d3f4878cf8 (patch)
tree3d47793848a764ab10bf868a9502be5bdb3accee /nnn.c
parent26520dc8e37afb6e578517b55120c3a406e6d2e4 (diff)
downloadnnn-f687463574ac69491b337d37725b42d3f4878cf8.tar.gz
Prepare for release v1.6
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 7e9e1dd..e467401 100644
--- a/nnn.c
+++ b/nnn.c
@@ -138,7 +138,7 @@ disabledbg()
#endif /* DEBUGMODE */
/* Macro definitions */
-#define VERSION "1.5"
+#define VERSION "1.6"
#define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn"
#define LEN(x) (sizeof(x) / sizeof(*(x)))