summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/sat/thrift/version
diff options
context:
space:
mode:
authorSimon Rettberg2015-02-19 17:48:38 +0100
committerSimon Rettberg2015-02-19 17:48:38 +0100
commit0f6eae569d5b334b5f62daa0193120401ee0d2c8 (patch)
tree88b769668f763f560fe6b4f9ffc1943bf50ab94d /src/main/java/org/openslx/sat/thrift/version
parentMove dozmod/sat thrift RPC to this lib (diff)
downloadmaster-sync-shared-0f6eae569d5b334b5f62daa0193120401ee0d2c8.tar.gz
master-sync-shared-0f6eae569d5b334b5f62daa0193120401ee0d2c8.tar.xz
master-sync-shared-0f6eae569d5b334b5f62daa0193120401ee0d2c8.zip
Add Dozmod Version file
Diffstat (limited to 'src/main/java/org/openslx/sat/thrift/version')
-rw-r--r--src/main/java/org/openslx/sat/thrift/version/Version.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/java/org/openslx/sat/thrift/version/Version.java b/src/main/java/org/openslx/sat/thrift/version/Version.java
new file mode 100644
index 0000000..ac7a00a
--- /dev/null
+++ b/src/main/java/org/openslx/sat/thrift/version/Version.java
@@ -0,0 +1,13 @@
+package org.openslx.sat.thrift.version;
+
+/**
+ * This class merely contains the RPC version of the sat-server.
+ * If you modify the thrift RPC in an incompatible way, bump the version number by
+ * one, so connecting clients will be notified that they need to update
+ * their dozentenmodul client.
+ */
+public class Version {
+
+ public static final long VERSION = 1;
+
+}