From 0f89943d9596056323ec43d7f21aeafd0332f120 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 28 Feb 2018 01:54:42 +0530 Subject: [PATCH] Prepare for release v1.7 --- CHANGELOG | 4 ++-- Makefile | 2 +- nnn.1 | 2 +- nnn.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 58d2d0c9..739c7f7b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,11 @@ nnn v1.7 -2018-02-nn +2018-02-28 What's in? +- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/) - Copy multiple file paths - Copy file paths when X is unavailable - Optionally quote individual file paths with single quotes on copy -- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/) - Use ISO 8601 date format in file details - New/changed/remapped shortcuts: - ^B - show bookmark prompt (replaces b) diff --git a/Makefile b/Makefile index 9dad2e08..b20fa8f8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.6 +VERSION = 1.7 PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man diff --git a/nnn.1 b/nnn.1 index df5cc450..72cf97f4 100644 --- a/nnn.1 +++ b/nnn.1 @@ -1,4 +1,4 @@ -.Dd Dec 25, 2017 +.Dd Feb 28, 2018 .Dt NNN 1 .Os .Sh NAME diff --git a/nnn.c b/nnn.c index 9dfad66e..0aaa0876 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)))