diff options
Diffstat (limited to 'src/main/java/org/openslx/sat')
| -rw-r--r-- | src/main/java/org/openslx/sat/thrift/version/Version.java | 13 |
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; + +} |
