change version number to match ns convention
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user