diff options
| author | 2017-09-04 10:23:02 +0530 | |
|---|---|---|
| committer | 2017-09-04 10:23:02 +0530 | |
| commit | 91ab00061ccf5e5f655e1d8e1b9f3e5d8278ae0f (patch) | |
| tree | 64700ba70105d716e38eed2eef0867c2d3f2995c /scripts | |
| parent | ecd54bc8b43e39d1e921ab78689bfdb70e7432e0 (diff) | |
| download | nnn-91ab00061ccf5e5f655e1d8e1b9f3e5d8278ae0f.tar.gz | |
Prepare for v1.4 release
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 4ceff02..aaf6d9b 100644 --- a/scripts/make_native/Makefile.native +++ b/scripts/make_native/Makefile.native @@ -5,7 +5,7 @@ # # NOTE: This file is used in Travis CI for stricter test builds -VERSION = 1.3 +VERSION = 1.4 PREFIX ?= /usr/local MANPREFIX = $(PREFIX)/share/man |