1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 02:35:37 +02:00

[dstore] for now leaving client at 8.0.0 so that it can work with 7.* servers. However this means than RSE 2.0 (which has 9.0.0) will sitll fail with 7.* servers now look like a new client/server compared to the RSE 3.0 one.

This commit is contained in:
David McKnight 2008-03-18 19:12:06 +00:00
parent fb582b513a
commit 1ae52b420e

View file

@ -26,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.0.0"; //$NON-NLS-1$
public static final int A_PLUGIN_PATH = 0;
public static final int A_ROOT_NAME = 1;