1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

build: Build release date into VERSION

This commit is contained in:
Olof Johansson 2015-03-21 18:42:26 +01:00
parent cf5facd149
commit 975932bffe

View File

@ -2,7 +2,7 @@ all: svtplay-dl
.PHONY: test cover pylint svtplay-dl .PHONY: test cover pylint svtplay-dl
VERSION = 0.10 VERSION = 0.10.$(shell date +%Y.%m.%d)
PREFIX ?= /usr/local PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin BINDIR = $(PREFIX)/bin