Skip to content

Commit

Permalink
Internal version bump and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Sep 9, 2022
1 parent df5a0c6 commit cb8bfa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/main/java/org/red5/client/Red5Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class Red5Client {
/**
* Current server version with revision
*/
public static final String VERSION = "Red5 Client 1.2.31";
public static final String VERSION = "Red5 Client 1.2.32";

/**
* Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/org/red5/server/api/Red5.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class Red5 {
/**
* Server version with revision
*/
public static final String VERSION = "Red5 Server 1.2.31";
public static final String VERSION = "Red5 Server 1.2.32";

/**
* Server version for fmsVer requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ public void execute(ISchedulingService svc) {
}
//continue to pull and feed.
} else {
//ensure p/p executable scheduled and break to exit.
//ensure p/p executable scheduled and break to exit.
pendingMessage = rtmpMessage;
ensurePullAndPushRunning();
break;
Expand Down

0 comments on commit cb8bfa5

Please sign in to comment.