aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 42f1e34..2c1cd34 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -103,9 +103,9 @@
#include "dbg.h"
/* Macro definitions */
-#define VERSION "2.7"
+#define VERSION "2.8"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
-#define SESSIONS_VERSION 0
+#define SESSIONS_VERSION 1
#ifndef S_BLKSIZE
#define S_BLKSIZE 512 /* S_BLKSIZE is missing on Android NDK (Termux) */