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 { element {
Shadowing 4.0 Shadowing 4.0
title {
FontStyle bold
}
} }
group { group {
@ -95,6 +98,18 @@ classDiagram {
} }
stateDiagram {
state {
RoundCorner 25
}
element {
title {
FontStyle plain
}
}
}
destroy { destroy {
} }

View File

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

Binary file not shown.