diff options
| author | Michael Wilson | 2014-08-19 16:43:40 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-08-19 16:43:40 +0200 |
| commit | 7a5835dca63a8969a2eff068b25177e25729bb31 (patch) | |
| tree | ac33e7707fe0946a034bb27d1fe290612a35d34c | |
| parent | hfg (diff) | |
| download | tutor-module-7a5835dca63a8969a2eff068b25177e25729bb31.tar.gz tutor-module-7a5835dca63a8969a2eff068b25177e25729bb31.tar.xz tutor-module-7a5835dca63a8969a2eff068b25177e25729bb31.zip | |
update build date
| -rw-r--r-- | Dozentenmodul/src/gui/intro/About_GUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dozentenmodul/src/gui/intro/About_GUI.java b/Dozentenmodul/src/gui/intro/About_GUI.java index c0487c2a..d98790a5 100644 --- a/Dozentenmodul/src/gui/intro/About_GUI.java +++ b/Dozentenmodul/src/gui/intro/About_GUI.java @@ -86,7 +86,7 @@ public class About_GUI extends JFrame { txtpnVersionVBuilddate = new JTextPane(); txtpnVersionVBuilddate - .setText("Version: v0.2\r\nBuild-Date: 25.07.2014\r\n\r\nContact: michael.wilson@hs-offenburg.de\r\nWebsite: http://bwlehrpool.hs-offenburg.de/"); + .setText("Version: v1.0\r\nBuild-Date: 20.08.2014\r\n\r\nContact: michael.wilson@hs-offenburg.de\r\nWebsite: http://bwlehrpool.hs-offenburg.de/"); txtpnVersionVBuilddate.setEditable(false); txtpnVersionVBuilddate.setBackground(SystemColor.menu); txtpnVersionVBuilddate.setBounds(62, 95, 224, 90); |
