diff --git a/INSTALL b/INSTALL index 440e105bc74b878ae857c8d9d7179346c24b8772..c0331adc3afb67ec93fecf8885f98bef43252425 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Mininet Installation/Configuration Notes ---------------------------------------- -Mininet 2.2.0rc2 +Mininet 2.2.0 --- The supported installation methods for Mininet are 1) using a diff --git a/LICENSE b/LICENSE index b22382e9377f0627613d45640abf7e182c18905b..fcbf9cae20720c9239fe65e07acc0c397b0bb108 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Mininet 2.2.0rc2 License +Mininet 2.2.0 License Copyright (c) 2013-2014 Open Networking Laboratory Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of diff --git a/README.md b/README.md index 88e9f4e8a0f4e1a270304fe8b8f9aa8c0ea7c345..571369f9fb4dd5c37dda95119d575800d0d568c6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Mininet: Rapid Prototyping for Software Defined Networks *The best way to emulate almost any network on your laptop!* -Mininet 2.2.0rc2 +Mininet 2.2.0 ### What is Mininet? diff --git a/mininet/net.py b/mininet/net.py index 304257ddd6f0e58ed0bb6befb2156d0a570ef86d..01e19360bbeeb7d9ae288b7c427f23dc1c167172 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -107,7 +107,7 @@ from mininet.term import cleanUpScreens, makeTerms # Mininet version: should be consistent with README and LICENSE -VERSION = "2.2.0rc2" +VERSION = "2.2.0" class Mininet( object ): "Network emulation with hosts spawned in network namespaces."