diff options
| author | 2017-12-25 17:13:25 +0530 | |
|---|---|---|
| committer | 2017-12-25 17:13:25 +0530 | |
| commit | f687463574ac69491b337d37725b42d3f4878cf8 (patch) | |
| tree | 3d47793848a764ab10bf868a9502be5bdb3accee /scripts | |
| parent | 26520dc8e37afb6e578517b55120c3a406e6d2e4 (diff) | |
| download | nnn-f687463574ac69491b337d37725b42d3f4878cf8.tar.gz | |
Prepare for release v1.6
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/make_native/Makefile.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_native/Makefile.native b/scripts/make_native/Makefile.native index b0945f7..5cfa3ee 100644 --- a/scripts/make_native/Makefile.native +++ b/scripts/make_native/Makefile.native @@ -4,7 +4,7 @@ # # NOTE: This file is used in Travis CI for stricter test builds -VERSION = 1.5 +VERSION = 1.6 PREFIX ?= /usr/local MANPREFIX = $(PREFIX)/share/man |