Skip to content

Commit 9945864

Browse files
committed
2.2.0rc1 -> 2.2.0rc2
Basically no changes except for whitespace and satisfying pep8.
1 parent beeea4b commit 9945864

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Mininet Installation/Configuration Notes
33
----------------------------------------
44

5-
Mininet 2.2.0rc1
5+
Mininet 2.2.0rc2
66
---
77

88
The supported installation methods for Mininet are 1) using a

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Mininet 2.2.0rc1 License
1+
Mininet 2.2.0rc2 License
22

33
Copyright (c) 2013-2014 Open Networking Laboratory
44
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Mininet: Rapid Prototyping for Software Defined Networks
33

44
*The best way to emulate almost any network on your laptop!*
55

6-
Mininet 2.2.0rc1
6+
Mininet 2.2.0rc2
77

88
### What is Mininet?
99

mininet/net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
from mininet.term import cleanUpScreens, makeTerms
108108

109109
# Mininet version: should be consistent with README and LICENSE
110-
VERSION = "2.2.0rc1"
110+
VERSION = "2.2.0rc2"
111111

112112
class Mininet( object ):
113113
"Network emulation with hosts spawned in network namespaces."

0 commit comments

Comments
 (0)