]> mj.ucw.cz Git - paperjam.git/commitdiff
Let this be v1.0
authorMartin Mares <mj@ucw.cz>
Sat, 28 Apr 2018 20:12:38 +0000 (22:12 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 28 Apr 2018 20:12:38 +0000 (22:12 +0200)
Makefile

index f490dcc40ffc64e7734393956bf94de3d155d79d..3cefc78db4036cd213473205d695e9f194225a16 100644 (file)
--- 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 '<unknown>' ; fi)