diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-10-04 23:56:59 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-10-05 00:18:53 +0530 |
commit | dcf8fbf78bc995a40b5bb05d5583ad209581c9f5 (patch) | |
tree | e8f5f67fc6fa9b4d86ef1ce6f70fe1af06d81936 /scripts | |
parent | 0e22a4957f4b8ddcf9ffbcc4f150fb1aaa6b1193 (diff) | |
download | nnn-dcf8fbf78bc995a40b5bb05d5583ad209581c9f5.tar.gz |
Prepare for release v1.5
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 44f1932..b0945f7 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.4 +VERSION = 1.5 PREFIX ?= /usr/local MANPREFIX = $(PREFIX)/share/man |