Skip to content

Commit 0f99c97

Browse files
committed
Updated for version 1.2.19
1 parent 3a2cb95 commit 0f99c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/red5/server/api/Red5.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ public final class Red5 {
5555
/**
5656
* Server version with revision
5757
*/
58-
public static final String VERSION = "Red5 Server 1.2.18";
58+
public static final String VERSION = "Red5 Server 1.2.19";
5959

6060
/**
6161
* Server version for fmsVer requests
6262
*/
63-
public static final String FMS_VERSION = "RED5/1,2,18,0";
63+
public static final String FMS_VERSION = "RED5/1,2,19,0";
6464

6565
/**
6666
* Server capabilities

0 commit comments

Comments
 (0)