From f8e84658c02ac566354ec0c03c3d18bc29fef8fe Mon Sep 17 00:00:00 2001 From: Jguer Date: Mon, 16 Jul 2018 11:35:25 +0100 Subject: [PATCH] Major version update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2fd34fa1..cd5991b0f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PREFIX := /usr DESTDIR := ifndef VERSION -MAJORVERSION := 7 +MAJORVERSION := 8 MINORVERSION ?= $(shell git rev-list --count master) endif VERSION := ${MAJORVERSION}.${MINORVERSION}