From: Martin Mares Date: Sat, 28 Apr 2018 20:12:38 +0000 (+0200) Subject: Let this be v1.0 X-Git-Tag: v1.0~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=39e97f4fab92ce88255d4ac1fa174921786d8d8f;p=paperjam.git Let this be v1.0 --- diff --git a/Makefile b/Makefile index f490dcc..3cefc78 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1 +VERSION=1.0 YEAR=2018 BUILD_DATE:=$(shell date '+%Y-%m-%d') BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always --tags ; else echo '' ; fi)