wscript
changeset 3280 25fbf06f9a56
parent 3275 b0d91237f2ec
child 3281 bc61af712d6e
--- a/wscript	Tue Jun 17 11:57:27 2008 -0700
+++ b/wscript	Tue Jun 17 12:52:46 2008 -0700
@@ -34,7 +34,7 @@
 # mercurial on the system.  It is expected to be created using tar -cjf and
 # will be extracted using tar -xjf
 #
-REGRESSION_TRACES_TAR_NAME  = "ns-3.0.12-ref-traces.tar.bz2"
+REGRESSION_TRACES_TAR_NAME  = "ns-3.1-RC1-ref-traces.tar.bz2"
 
 #
 # The path to the Mercurial repository used to find the reference traces if
@@ -47,7 +47,7 @@
 # The local directory name (relative to the 'regression' dir) into
 # which the reference traces will go in either case (net or hg).
 #
-REGRESSION_TRACES_DIR_NAME = "ns-3-dev-ref-traces"
+REGRESSION_TRACES_DIR_NAME = "ns-3.1-RC1-ref-traces"
 
 
 def dist_hook():