Added ids in homefolder(tree.homeFolder), Trash(tree.Trash), My Shared (tree.myShared...
[pithos] / src / gr / ebs / gss / client / Configuration.java
index 3435fdc..c5a3bf6 100644 (file)
@@ -89,4 +89,10 @@ public interface Configuration extends Constants {
        @DefaultStringValue("")
        String tokenTTLNote();
 
+       /**
+        * @return the version string
+        */
+       @DefaultStringValue("")
+       String version();
+
 }