From ee5cf0946fbdbb839ce43128f71b0ee8177bc6bb Mon Sep 17 00:00:00 2001 From: Sam Jansen Date: Wed, 19 Nov 2008 22:41:12 +0100 Subject: [PATCH] Depend on nsc 0.5.0. This is required so the interface is the same for an NSC --- src/internet-stack/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet-stack/wscript b/src/internet-stack/wscript index c7f64f766..5f3f5b09e 100644 --- a/src/internet-stack/wscript +++ b/src/internet-stack/wscript @@ -7,7 +7,7 @@ import urllib # Mercurial repository of the network simulation cradle NSC_REPO = "https://secure.wand.net.nz/mercurial/nsc" NSC_RELEASE_URL = "http://research.wand.net.nz/software/nsc" -NSC_RELEASE_NAME = "nsc-0.4.0" +NSC_RELEASE_NAME = "nsc-0.5.0" # directory that contains network simulation cradle source # note, this path is relative to the project root