From 39e97f4fab92ce88255d4ac1fa174921786d8d8f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 28 Apr 2018 22:12:38 +0200 Subject: [PATCH] Let this be v1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2