mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-10 20:21:49 +00:00
Import version 1.2021.13
This commit is contained in:
parent
c94e204240
commit
d1e5f82084
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user