From 667a115ad043eac31034d9a5f9ca44e1e3333a61 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 10 May 2017 08:33:18 +0100 Subject: [PATCH] V1.11 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 5baf9ed..cbb77f3 100644 --- a/common.mk +++ b/common.mk @@ -1,4 +1,4 @@ -VERSION = 1.1 +VERSION = 1.11 REVISION = $(shell git rev-list HEAD 2>/dev/null | wc -l) LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))