Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
compilerconstruction
ssm
Commits
bb5bf64e
Commit
bb5bf64e
authored
Jun 03, 2015
by
Atze Dijkstra
Browse files
version bump for cli
parent
6e67058e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nl/uu/cs/ssm/Config.java
View file @
bb5bf64e
...
...
@@ -35,9 +35,9 @@ public class Config
public
static
final
int
allowedAutomaticMemoryIncrease
=
100
;
public
static
final
String
version
()
{
return
"2.
1
.0"
;
}
public
static
final
String
version
()
{
return
"2.
2
.0"
;
}
public
static
final
String
versionDate
()
{
return
"
13 December
201
4
"
;
}
public
static
final
String
versionDate
()
{
return
"
June 3,
201
5
"
;
}
public
static
final
String
author
()
{
return
"Atze Dijkstra, Utrecht University"
;
}
...
...
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