From 55179737f9801bf8112a90ac90d276a36b14108f Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 6 Jul 2012 23:44:27 -0700 Subject: [PATCH] Change version to 2.0.0d2 - there has to be a better way. --- INSTALL | 2 +- LICENSE | 2 +- README | 2 +- debian/changelog | 2 +- mininet/net.py | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 2b8738a..22e10db 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Mininet Installation/Configuration Notes -Mininet 2.0.0d1 +Mininet 2.0.0d2 --- diff --git a/LICENSE b/LICENSE index 820ae85..eb4c3b1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Mininet 2.0.0d1 License +Mininet 2.0.0d2 License Copyright (c) 2009-2012 Bob Lantz and Brandon Heller diff --git a/README b/README index f74d4d0..2ceccc3 100644 --- a/README +++ b/README @@ -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! diff --git a/debian/changelog b/debian/changelog index 9ac1649..af2b1d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mininet (2.0.0d1-0ubuntu1) quantal; urgency=low +mininet (2.0.0d2-0ubuntu1) quantal; urgency=low * Initial release. diff --git a/mininet/net.py b/mininet/net.py index eb14411..cd583cc 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -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." diff --git a/setup.py b/setup.py index 8525f83..d9d9e28 100644 --- a/setup.py +++ b/setup.py @@ -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',