2.1.0 -> 2.1.0+

This commit is contained in:
Bob Lantz
2013-12-11 18:08:33 -08:00
parent c7e86f9374
commit 96952b92f8
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ 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.1.0"
VERSION = "2.1.0+"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."