]> Sergey Matveev's repositories - nnn.git/commitdiff
Prepare for release v1.7
authorArun Prakash Jana <engineerarun@gmail.com>
Tue, 27 Feb 2018 20:24:42 +0000 (01:54 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Tue, 27 Feb 2018 20:24:42 +0000 (01:54 +0530)
CHANGELOG
Makefile
nnn.1
nnn.c

index 58d2d0c98a4186bdaa46b2f37c1b1e3ca92a2a58..739c7f7b240bca2f5bd4392e66929ae087bf10e4 100644 (file)
--- 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:
   - <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>)
index 9dad2e08fc7728f97c3473f3af7800ed03ed41ba..b20fa8f85809693e471465a420e6cf9c87aa7433 100644 (file)
--- 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 df5cc450ef584805054e82d6e9591b36be6f7e0e..72cf97f4bc7d2b299b8ac81dcc8e0f458f8b8386 100644 (file)
--- 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 9dfad66ee0f16231ca15079d44d339038baafe24..0aaa0876fd93ab1b9ce8d7864ee1a06bf768da48 100644 (file)
--- 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)))