From fdfcb957111a2ae228fffaa80338b269fcface68 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 18 May 2007 17:26:28 +0200 Subject: [PATCH] change version number to match ns convention --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 6a187c7af..a283414e5 100644 --- a/SConstruct +++ b/SConstruct @@ -4,9 +4,9 @@ import build ns3 = build.Ns3() ns3.build_dir = 'build-dir' -ns3.version = '0.2' +ns3.version = '3.0.2' ns3.name = 'ns3' -ns3.distname = 'ns-3' +ns3.distname = 'ns' ns3.doxygen_config = os.path.join('doc', 'doxygen.conf') ns3.add_extra_dist(os.path.join('doc', 'main.txt')) ns3.add_extra_dist ('doc/contributing.txt')