From bcad7b08a4a9fa2d91a21bd96e4e5b15f5b05b74 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 30 Nov 2013 14:27:29 +0530 Subject: track version in make file, which can be used to generate tarballs Signed-off-by: Vasudev Kamath --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 16ce14c..6e3b709 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ fontpath=/usr/share/fonts/truetype/malayalam fonts=AnjaliOldLipi Dyuthi Kalyani Meera Rachana RaghuMalayalamSans Suruma +version = 6.0 + default: clean compile all: clean compile test webfonts -- cgit