diff options
| author | Michael Wilson | 2014-07-25 12:40:52 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-07-25 12:40:52 +0200 |
| commit | 96c4cfc8ebcb35e8ee60f3fbd5230a6a1ec5ce1d (patch) | |
| tree | f76d60de1c84598d90eaac087a7756a345f693b6 /Dozentenmodul/src/gui/intro/About_GUI.java | |
| parent | Kleine Änderung (diff) | |
| download | tutor-module-96c4cfc8ebcb35e8ee60f3fbd5230a6a1ec5ce1d.tar.gz tutor-module-96c4cfc8ebcb35e8ee60f3fbd5230a6a1ec5ce1d.tar.xz tutor-module-96c4cfc8ebcb35e8ee60f3fbd5230a6a1ec5ce1d.zip | |
build date changed
Diffstat (limited to 'Dozentenmodul/src/gui/intro/About_GUI.java')
| -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 447f18ee..c6f8ee06 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.1\r\nBuild-Date: 03.06.2014\r\n\r\nContact: michael.wilson@hs-offenburg.de\r\nWebsite: http://bwlehrpool.hs-offenburg.de/"); + .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/"); txtpnVersionVBuilddate.setEditable(false); txtpnVersionVBuilddate.setBackground(SystemColor.menu); txtpnVersionVBuilddate.setBounds(62, 95, 224, 90); |
