1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[188365] updating dstore version to 9.0.0

This commit is contained in:
David McKnight 2007-06-13 14:53:22 +00:00
parent 1ee04a34a6
commit 895b68e389

View file

@ -25,7 +25,7 @@ package org.eclipse.dstore.core.model;
public class DataStoreAttributes
{
public static final String DATASTORE_VERSION = "DataStore.8.0.0"; //$NON-NLS-1$
public static final String DATASTORE_VERSION = "DataStore.9.0.0"; //$NON-NLS-1$
public static final int A_PLUGIN_PATH = 0;
public static final int A_ROOT_NAME = 1;