From 4ff6243fd6463ffdf59eee2ed28cffe8b080a464 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 4 Oct 2012 18:58:51 -0700 Subject: [PATCH] Update version number to 2.0.0d3 (and pass version check) --- INSTALL | 2 +- README.md | 2 +- mininet/net.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 22e10db..7edb2c2 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ Mininet Installation/Configuration Notes -Mininet 2.0.0d2 +Mininet 2.0.0d3 --- diff --git a/README.md b/README.md index 58d71c0..b3bc8bd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ or How to Squeeze an OpenFlow Network onto your Laptop -Mininet 2.0.0d2 +Mininet 2.0.0d3 --- **Welcome to Mininet!** diff --git a/mininet/net.py b/mininet/net.py index cd583cc..c1159b7 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.0d2" +VERSION = "2.0.0d3" class Mininet( object ): "Network emulation with hosts spawned in network namespaces."