From 0f6eae569d5b334b5f62daa0193120401ee0d2c8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 19 Feb 2015 17:48:38 +0100 Subject: Add Dozmod Version file --- src/main/java/org/openslx/sat/thrift/version/Version.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main/java/org/openslx/sat/thrift/version/Version.java (limited to 'src/main/java/org/openslx/sat') 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; + +} -- cgit v1.2.3-55-g7522