Update version number to 2.0.0d3 (and pass version check)

This commit is contained in:
Bob Lantz
2012-10-04 19:02:44 -07:00
parent 9c0ed88c72
commit 4ff6243fd6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Mininet Installation/Configuration Notes Mininet Installation/Configuration Notes
Mininet 2.0.0d2 Mininet 2.0.0d3
--- ---
+1 -1
View File
@@ -3,7 +3,7 @@
or or
How to Squeeze an OpenFlow Network onto your Laptop How to Squeeze an OpenFlow Network onto your Laptop
Mininet 2.0.0d2 Mininet 2.0.0d3
--- ---
**Welcome to Mininet!** **Welcome to Mininet!**
+1 -1
View File
@@ -101,7 +101,7 @@ from mininet.util import macColonHex, ipStr, ipParse, netParse, ipAdd
from mininet.term import cleanUpScreens, makeTerms from mininet.term import cleanUpScreens, makeTerms
# Mininet version: should be consistent with README and LICENSE # Mininet version: should be consistent with README and LICENSE
VERSION = "2.0.0d2" VERSION = "2.0.0d3"
class Mininet( object ): class Mininet( object ):
"Network emulation with hosts spawned in network namespaces." "Network emulation with hosts spawned in network namespaces."