Import version 1.2021.13

This commit is contained in:
Arnaud Roques 2021-11-01 13:02:46 +01:00
parent c94e204240
commit d1e5f82084
3 changed files with 18 additions and 3 deletions

View File

@ -64,6 +64,9 @@ stereotype {
element {
Shadowing 4.0
title {
FontStyle bold
}
}
group {
@ -95,6 +98,18 @@ classDiagram {
}
stateDiagram {
state {
RoundCorner 25
}
element {
title {
FontStyle plain
}
}
}
destroy {
}

View File

@ -44,7 +44,7 @@ public class Version {
private static final int MAJOR_SEPARATOR = 1000000;
public static int version() {
return 1202112;
return 1202113;
}
public static int versionPatched() {
@ -80,7 +80,7 @@ public class Version {
}
public static int beta() {
final int beta = 8;
final int beta = 0;
return beta;
}
@ -93,7 +93,7 @@ public class Version {
}
public static long compileTime() {
return 1633449718349L;
return 1635766725930L;
}
public static String compileTimeString() {

Binary file not shown.