From 69d26642da5ca087b5f3acb7dd77fbd0344f085a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 17 Nov 2011 14:29:25 +0100 Subject: Remove common VERSION file and put version numbers directly in configure.in and client.pro files allowing for diverging versions. --- client/client.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client') diff --git a/client/client.pro b/client/client.pro index 61a6e06..dce4838 100644 --- a/client/client.pro +++ b/client/client.pro @@ -16,8 +16,7 @@ debug { DEFINES+=USE_DEBUG } -include(../VERSION) -DEFINES+=VERSION=\\\"$$VERSION\\\" +DEFINES+=VERSION=\\\"2.2.0\\\" win32 { LIBPATH += lua/lib -- cgit v1.2.3