change version number to match ns convention

This commit is contained in:
Mathieu Lacage
2007-05-18 17:26:28 +02:00
parent d386be9d5d
commit fdfcb95711

View File

@@ -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')