aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-02-28 01:54:42 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-02-28 01:54:42 +0530
commit0f89943d9596056323ec43d7f21aeafd0332f120 (patch)
treedc8b414fc41dc83eb3ba138b7aa34a0d50a2df5d /nnn.c
parent045da7a1728295be677f43313491522d8ff3045d (diff)
downloadnnn-0f89943d9596056323ec43d7f21aeafd0332f120.tar.gz
Prepare for release v1.7
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 9dfad66..0aaa087 100644
--- a/nnn.c
+++ b/nnn.c
@@ -138,7 +138,7 @@ disabledbg()
#endif /* DEBUGMODE */
/* Macro definitions */
-#define VERSION "1.6"
+#define VERSION "1.7"
#define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn"
#define LEN(x) (sizeof(x) / sizeof(*(x)))