From 35105492380a13b832babc93c061527df0edbdcb Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Tue, 8 Mar 2005 11:00:44 +0000 Subject: [PATCH] provide a way to overide VERSION by command line. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d743d058..a13496e0c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.51 +VERSION ?= 0.51 MODULES = common plugins/gtkgui PREFIX = /usr