From 975932bffe60c21c93d12f32127cbe5b1c21f860 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Sat, 21 Mar 2015 18:42:26 +0100 Subject: [PATCH] build: Build release date into VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98c3c23..d854cb6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: svtplay-dl .PHONY: test cover pylint svtplay-dl -VERSION = 0.10 +VERSION = 0.10.$(shell date +%Y.%m.%d) PREFIX ?= /usr/local BINDIR = $(PREFIX)/bin