Skip to content

Commit ab8c4e9

Browse files
committed
2.2.1rc1 -> 2.2.1
1 parent 8daa419 commit ab8c4e9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.1rc1
5+
Mininet 2.2.1
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.1rc1 License
1+
Mininet 2.2.1 License
22

33
Copyright (c) 2013-2015 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.1rc1
6+
Mininet 2.2.1
77

88
### What is Mininet?
99

mininet/net.py

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

110110
# Mininet version: should be consistent with README and LICENSE
111-
VERSION = "2.2.1rc1"
111+
VERSION = "2.2.1"
112112

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

0 commit comments

Comments
 (0)