WAF: correct values of VERSION and APPNAME, for waf dist

Gustavo J. A. M. Carneiro 2007-05-24 17:59:30 +01:00
parent 381103678d
commit 923f4aeb8f
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import pproc as subprocess
Params.g_autoconfig = 1
# the following two variables are used by the target "waf dist"
VERSION = '3.0.1'
APPNAME = 'ns-3-waf'
VERSION = file("VERSION").read().strip()
APPNAME = 'ns'
# these variables are mandatory ('/' are converted automatically)
srcdir = '.'