From 10409b34672faa0729165c403ca5c2fed493a3d3 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Wed, 12 Mar 2008 17:38:31 +0000 Subject: [PATCH] [220892][dstore] Backward compatibility: Server and Daemon should support old clients --- .../src/org/eclipse/dstore/core/model/DataStoreAttributes.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java index 8749d5a7e91..ce495b331a9 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java @@ -12,6 +12,7 @@ * * Contributors: * David McKnight (IBM) - update version to 9.0.0 + * David McKnight (IBM) - [220892] version back to 8.1.0 since protocol hasn't changed ********************************************************************************/ package org.eclipse.dstore.core.model; @@ -25,7 +26,7 @@ package org.eclipse.dstore.core.model; public class DataStoreAttributes { - public static final String DATASTORE_VERSION = "DataStore.9.0.0"; //$NON-NLS-1$ + public static final String DATASTORE_VERSION = "DataStore.8.1.0"; //$NON-NLS-1$ public static final int A_PLUGIN_PATH = 0; public static final int A_ROOT_NAME = 1;