Major version update

This commit is contained in:
Jguer 2018-07-16 11:35:25 +01:00
parent fafaa26d7b
commit f8e84658c0
No known key found for this signature in database
GPG key ID: 09754DBECF21746F

View file

@ -4,7 +4,7 @@ PREFIX := /usr
DESTDIR :=
ifndef VERSION
MAJORVERSION := 7
MAJORVERSION := 8
MINORVERSION ?= $(shell git rev-list --count master)
endif
VERSION := ${MAJORVERSION}.${MINORVERSION}