Stable version 27.1
This commit is contained in:
parent
7244e252aa
commit
24e70a99e3
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
nsxiv
|
||||
-----
|
||||
|
||||
**[v27.1](https://github.com/nsxiv/nsxiv/archive/v27.1.tar.gz)**
|
||||
*(September 16, 2021)*
|
||||
|
||||
* Fixes:
|
||||
|
||||
* Source tarball failing build ([#66](https://github.com/nsxiv/nsxiv/pull/66))
|
||||
|
||||
|
||||
**[v27](https://github.com/nsxiv/nsxiv/archive/v27.tar.gz)**
|
||||
*(September 16, 2021)*
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ ifneq (clean,$(filter clean,$(MAKECMDGOALS)))
|
|||
endif
|
||||
|
||||
# nsxiv version
|
||||
VERSION = 27
|
||||
VERSION = 27.1
|
||||
|
||||
# PREFIX for install
|
||||
PREFIX ?= /usr/local
|
||||
|
|
Loading…
Add table
Reference in a new issue