diff options
Diffstat (limited to 'src/nnn.c')
-rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) */ |