Change version to 2.0.0d2 - there has to be a better way.

This commit is contained in:
Bob Lantz
2012-07-06 23:44:27 -07:00
parent 28c2cdc2c4
commit 55179737f9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Mininet Installation/Configuration Notes
Mininet 2.0.0d1
Mininet 2.0.0d2
---
+1 -1
View File
@@ -1,4 +1,4 @@
Mininet 2.0.0d1 License
Mininet 2.0.0d2 License
Copyright (c) 2009-2012 Bob Lantz and Brandon Heller
+1 -1
View File
@@ -3,7 +3,7 @@
or
How to Squeeze an OpenFlow Network onto your Laptop
Mininet 2.0.0d1
Mininet 2.0.0d2
---
Welcome to Mininet!
+1 -1
View File
@@ -1,4 +1,4 @@
mininet (2.0.0d1-0ubuntu1) quantal; urgency=low
mininet (2.0.0d2-0ubuntu1) quantal; urgency=low
* Initial release.
+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.0d1"
VERSION = "2.0.0d2"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."
+1 -1
View File
@@ -11,7 +11,7 @@ modname = distname = 'mininet'
setup(
name=distname,
version='2.0.0d1',
version='2.0.0d2',
description='Process-based OpenFlow emulator',
author='Bob Lantz',
author_email='rlantz@cs.stanford.edu',