Skip to content
Snippets Groups Projects
Commit f566d2cf authored by alxrsaros's avatar alxrsaros
Browse files

[BUILD] Changes necessary for Release 10.10.01.r2552

parent cc945c16
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ Manifest-Version: 1.0 ...@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Saros Plug-in Bundle-Name: Saros Plug-in
Bundle-SymbolicName: de.fu_berlin.inf.dpp;singleton:=true Bundle-SymbolicName: de.fu_berlin.inf.dpp;singleton:=true
Bundle-Version: 10.10.01.TESTING Bundle-Version: 10.10.01.r2552
Bundle-Activator: de.fu_berlin.inf.dpp.Saros Bundle-Activator: de.fu_berlin.inf.dpp.Saros
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,
......
...@@ -132,11 +132,12 @@ public class VersionManager { ...@@ -132,11 +132,12 @@ public class VersionManager {
* compatibility should be listed. * compatibility should be listed.
*/ */
static { static {
/** /**
* Version 10.9.24.DEVEL * Version 10.10.01.r2552
*/ */
compatibilityChart.put(new Version("10.9.24.DEVEL"), Arrays.asList( compatibilityChart.put(new Version("10.10.01.r2552"), Arrays.asList(
new Version("10.9.24.DEVEL"), new Version("10.8.27.r2333"), new Version("10.10.01.r2552"), new Version("10.8.27.r2333"),
new Version("10.7.30.r2310"))); new Version("10.7.30.r2310")));
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment