diff options
| author | 2019-12-04 02:28:00 +0530 | |
|---|---|---|
| committer | 2019-12-04 02:58:27 +0530 | |
| commit | cc36aa8d49030e5b0d157166727cb8b1606949d2 (patch) | |
| tree | b04c5d68fffb11ad67dc82ae3cb74c997acd9dd9 /src | |
| parent | add789c0020839e6ffa496820bcb09a2d5019171 (diff) | |
| download | nnn-cc36aa8d49030e5b0d157166727cb8b1606949d2.tar.gz | |
Prepare for release v2.8
Diffstat (limited to 'src')
| -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) */ |