From f3b9c3bbbbdeab9ec5e5f0bf8af7f0694926e495 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 11 Jul 2016 12:50:11 +0100 Subject: Prepare 1.0.0 release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18230f7..2bfd2ab 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f -MAJOR := 0 -MINOR := 1 +MAJOR := 1 +MINOR := 0 PATCH := 0 VERSION := $(MAJOR).$(MINOR).$(PATCH) PREFIX ?= /usr/local -- cgit v1.2.3