Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tla2bAST
Commits
cd737eae
Commit
cd737eae
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Fix outdated version number in TranslationGlobals
This has stayed at 1.0.8 for the past 8 years. Oops.
parent
160304cc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/tla2b/global/TranslationGlobals.java
+1
-1
1 addition, 1 deletion
src/main/java/de/tla2b/global/TranslationGlobals.java
with
1 addition
and
1 deletion
src/main/java/de/tla2b/global/TranslationGlobals.java
+
1
−
1
View file @
cd737eae
...
...
@@ -6,7 +6,7 @@ import java.util.Arrays;
import
tla2sany.semantic.FrontEnd
;
public
interface
TranslationGlobals
{
final
String
VERSION_NUMBER
=
"1.
0.8
"
;
final
String
VERSION_NUMBER
=
"1.
1.5-SNAPSHOT
"
;
final
int
TLCValueKind
=
100
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment