From 486676d6176021b667848b998f8cef4c08728b71 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 26 Jul 2018 13:13:03 -0700 Subject: [PATCH] 2.3.0d2 --- INSTALL | 2 +- LICENSE | 2 +- README.md | 4 ++-- mininet/net.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 0067629..7ac60f5 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Mininet Installation/Configuration Notes ---------------------------------------- -Mininet 2.3.0d1 +Mininet 2.3.0d2 --- The supported installation methods for Mininet are 1) using a diff --git a/LICENSE b/LICENSE index d9acb43..592d517 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Mininet 2.3.0d1 License +Mininet 2.3.0d2 License Copyright (c) 2013-2018 Open Networking Laboratory Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of diff --git a/README.md b/README.md index 3c7c146..46224b0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Mininet: Rapid Prototyping for Software Defined Networks ======================================================== *The best way to emulate almost any network on your laptop!* -Mininet 2.3.0d1 +Mininet 2.3.0d2 [![Build Status][1]](https://travis-ci.org/mininet/mininet) @@ -126,7 +126,7 @@ hard work that Mininet continues to grow and improve. Best wishes, and we look forward to seeing what you can do with Mininet to change the networking world! -Bob Lantz +Bob Lantz Mininet Core Team [1]: https://travis-ci.org/mininet/mininet.svg?branch=master diff --git a/mininet/net.py b/mininet/net.py index 29d3876..274e7e9 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -108,7 +108,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot, from mininet.term import cleanUpScreens, makeTerms # Mininet version: should be consistent with README and LICENSE -VERSION = "2.3.0d1" +VERSION = "2.3.0d2" class Mininet( object ): "Network emulation with hosts spawned in network namespaces."