Commit 755f3817 authored by rodrigo.calheiros's avatar rodrigo.calheiros

Bugfix: CloudSim.java: wrong CloudSim version number. Updated from "2.0" to "2.1.1"

parent 393588c4
...@@ -38,7 +38,7 @@ import org.cloudbus.cloudsim.core.predicates.PredicateNone; ...@@ -38,7 +38,7 @@ import org.cloudbus.cloudsim.core.predicates.PredicateNone;
public class CloudSim { public class CloudSim {
/** The Constant CLOUDSIM_VERSION_STRING. */ /** The Constant CLOUDSIM_VERSION_STRING. */
private static final String CLOUDSIM_VERSION_STRING = "2.0"; private static final String CLOUDSIM_VERSION_STRING = "2.1.1";
/** The id of CIS entity. */ /** The id of CIS entity. */
private static int cisId = -1; private static int cisId = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment