Change version to 2.0.0d2 - there has to be a better way.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Mininet Installation/Configuration Notes
|
Mininet Installation/Configuration Notes
|
||||||
|
|
||||||
Mininet 2.0.0d1
|
Mininet 2.0.0d2
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Mininet 2.0.0d1 License
|
Mininet 2.0.0d2 License
|
||||||
|
|
||||||
Copyright (c) 2009-2012 Bob Lantz and Brandon Heller
|
Copyright (c) 2009-2012 Bob Lantz and Brandon Heller
|
||||||
|
|
||||||
|
|||||||
@@ -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.0d1
|
Mininet 2.0.0d2
|
||||||
|
|
||||||
---
|
---
|
||||||
Welcome to Mininet!
|
Welcome to Mininet!
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
mininet (2.0.0d1-0ubuntu1) quantal; urgency=low
|
mininet (2.0.0d2-0ubuntu1) quantal; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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.0d1"
|
VERSION = "2.0.0d2"
|
||||||
|
|
||||||
class Mininet( object ):
|
class Mininet( object ):
|
||||||
"Network emulation with hosts spawned in network namespaces."
|
"Network emulation with hosts spawned in network namespaces."
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ modname = distname = 'mininet'
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=distname,
|
name=distname,
|
||||||
version='2.0.0d1',
|
version='2.0.0d2',
|
||||||
description='Process-based OpenFlow emulator',
|
description='Process-based OpenFlow emulator',
|
||||||
author='Bob Lantz',
|
author='Bob Lantz',
|
||||||
author_email='rlantz@cs.stanford.edu',
|
author_email='rlantz@cs.stanford.edu',
|
||||||
|
|||||||
Reference in New Issue
Block a user