Add VERSION string.

This commit is contained in:
Bob Lantz
2012-07-03 22:08:33 -07:00
parent 7fe847967d
commit 39128f8cf8
2 changed files with 10 additions and 5 deletions
+3
View File
@@ -100,6 +100,9 @@ from mininet.util import quietRun, fixLimits, numCores
from mininet.util import macColonHex, ipStr, ipParse, netParse, ipAdd
from mininet.term import cleanUpScreens, makeTerms
# Mininet version: should be consistent with README and LICENSE
VERSION = "2.0.0d1"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."