VERSION -> 2.0.0rc1

This commit is contained in:
Bob Lantz
2012-11-03 21:38:59 -07:00
parent e2b799b815
commit 21b2c2c4aa
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,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.0.0d3"
VERSION = "2.0.0rc1"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."