Skip to content

Commit

Permalink
Prepare for release v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Dec 4, 2019
1 parent c139178 commit 90108ba
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
nnn v2.8.1
2019-12-05

- Fix always archiving current file
- More elaborate docs on selection changes

-------------------------------------------------------------------------------

nnn v2.8
2019-12-04

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.8
VERSION = 2.8.1

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
Expand Down
20 changes: 10 additions & 10 deletions misc/packagecore/packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ packages:
deps:
- ncurses
- readline
# fedora30:
# builddeps:
# - make
# - gcc
# - pkg-config
# - ncurses-devel
# - readline-devel
# deps:
# - ncurses
# - readline
fedora30:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
- readline-devel
deps:
- ncurses
- readline
fedora31:
builddeps:
- make
Expand Down
2 changes: 1 addition & 1 deletion nnn.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd Dec 04, 2019
.Dd Dec 05, 2019
.Dt NNN 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
#include "dbg.h"

/* Macro definitions */
#define VERSION "2.8"
#define VERSION "2.8.1"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#define SESSIONS_VERSION 1

Expand Down

0 comments on commit 90108ba

Please sign in to comment.