mk: bump version
I guess I forget to do it every other time... Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
4a4050ee0f
commit
43a79acdfa
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
|
.SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
|
||||||
|
|
||||||
VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.9.0`
|
VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.10.0`
|
||||||
VPATH=doc
|
VPATH=doc
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
BINDIR?=$(PREFIX)/bin
|
BINDIR?=$(PREFIX)/bin
|
||||||
|
|
Loading…
Reference in New Issue