Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Teleteaching Standalone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ttt
Teleteaching Standalone
Commits
fb7bb877
Commit
fb7bb877
authored
May 22, 2019
by
Dr. Michael Petter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump
parent
a83cd21d
Pipeline
#1856
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
java/ttt/TTT.java
java/ttt/TTT.java
+1
-1
No files found.
java/ttt/TTT.java
View file @
fb7bb877
...
...
@@ -105,7 +105,7 @@ import ttt.record.LectureProfileDialog;
import
ttt.record.Recording
;
public
class
TTT
extends
JFrame
{
static
final
String
version
=
"2
1
.05.2019"
;
static
final
String
version
=
"2
2
.05.2019"
;
public
static
void
debug
(
Object
out
)
{
if
(
debug
)
System
.
out
.
println
(
out
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment