summaryrefslogtreecommitdiffstats
path: root/Dozentenmodulserver/src/server/startServer.java
diff options
context:
space:
mode:
authorMichael Wilson2014-09-01 17:10:23 +0200
committerMichael Wilson2014-09-01 17:10:23 +0200
commit8682518876d11d103016f0a9bc65250b3bfa7b81 (patch)
tree5f1fb5646258320ec2efb9ecfc6d807af41348bb /Dozentenmodulserver/src/server/startServer.java
parentDetailfelder sind nicht mehr editable (diff)
downloadtutor-module-8682518876d11d103016f0a9bc65250b3bfa7b81.tar.gz
tutor-module-8682518876d11d103016f0a9bc65250b3bfa7b81.tar.xz
tutor-module-8682518876d11d103016f0a9bc65250b3bfa7b81.zip
(Quick and Dirty) Pfad des letzten Images wir nun nur noch unter Windows-Maschinen gespeichert, nicht unter Linux -> Verhindert Abstürze
Diffstat (limited to 'Dozentenmodulserver/src/server/startServer.java')
-rw-r--r--Dozentenmodulserver/src/server/startServer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dozentenmodulserver/src/server/startServer.java b/Dozentenmodulserver/src/server/startServer.java
index 58a3543d..1ac3435f 100644
--- a/Dozentenmodulserver/src/server/startServer.java
+++ b/Dozentenmodulserver/src/server/startServer.java
@@ -25,8 +25,8 @@ public class startServer {
public static void main(String[] args) {
- String version = "Version: 1.01";
- String buildDate = "Build Date: 26.08.2014";
+ String version = "Version: 1.02";
+ String buildDate = "Build Date: 01.09.2014";
//get going and show basic information in logfile
BasicConfigurator.configure();