We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccacf57 commit 00afa8fCopy full SHA for 00afa8f
src/main/java/org/red5/server/api/Red5.java
@@ -55,12 +55,12 @@ public final class Red5 {
55
/**
56
* Server version with revision
57
*/
58
- public static final String VERSION = "Red5 Server 1.2.2";
+ public static final String VERSION = "Red5 Server 1.2.6";
59
60
61
* Server version for fmsVer requests
62
63
- public static final String FMS_VERSION = "RED5/1,2,2,0";
+ public static final String FMS_VERSION = "RED5/1,2,6,0";
64
65
66
* Server capabilities
0 commit comments