From f6ade9298c4700ea46c381ee9bed2749fc71ed09 Mon Sep 17 00:00:00 2001
From: Donut <donut87@users.sourceforge.net>
Date: Fri, 29 Oct 2010 13:56:07 +0000
Subject: [PATCH] [BUILD] Changes necessary for Release 10.10.29.r2640

---
 de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF                  | 2 +-
 .../src/de/fu_berlin/inf/dpp/util/VersionManager.java      | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF b/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF
index 5bb7b62cc..4f51abaf7 100644
--- a/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF
+++ b/de.fu_berlin.inf.dpp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Saros Plug-in
 Bundle-SymbolicName: de.fu_berlin.inf.dpp;singleton:=true
-Bundle-Version: 10.10.29.TESTING
+Bundle-Version: 10.10.29.r2640
 Bundle-Activator: de.fu_berlin.inf.dpp.Saros
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java b/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java
index 642a9d5c0..292650207 100644
--- a/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java
+++ b/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/util/VersionManager.java
@@ -133,6 +133,13 @@ public class VersionManager {
      */
     static {
 
+        /**
+         * Version 10.10.29.r2640
+         */
+        compatibilityChart.put(new Version("10.10.29.r2640"), Arrays.asList(
+            new Version("10.10.29.r2640"), new Version("10.10.01.r2552"),
+            new Version("10.8.27.r2333"), new Version("10.7.30.r2310")));
+
         /**
          * Version 10.10.01.r2552
          */
-- 
GitLab