From aa8d6a7294a40573f4837dc9d3bc447d92c16865 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 27 Nov 2014 22:33:24 +0100 Subject: [PATCH] Bump version for 1.10 release. Signed-off-by: Joachim Nilsson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fb690f4..661c18ff 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ uninstall-exec uninstall-data uninstall-dev #VERSION ?= $(shell git tag -l | tail -1) -VERSION ?= 1.9 +VERSION ?= 1.10 NAME = finit PKG = $(NAME)-$(VERSION) DEV = $(NAME)-dev