wscript
changeset 694 bfad4514a789
parent 693 c8fc89076aa2
child 695 90a68c1c4328
--- a/wscript	Thu May 24 17:54:51 2007 +0100
+++ b/wscript	Thu May 24 17:59:30 2007 +0100
@@ -10,8 +10,8 @@
 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 = '.'