From 7b69b8b5c41dfc28cead65b209d8d567a0e0600c Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 25 May 2014 10:08:17 +0800 Subject: [PATCH] fix #79: allow edge vhost to add or remove. 0.9.114 --- trunk/src/core/srs_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index a56f84802..a63b79790 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // current release version #define VERSION_MAJOR "0" #define VERSION_MINOR "9" -#define VERSION_REVISION "113" +#define VERSION_REVISION "114" #define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION // server info. #define RTMP_SIG_SRS_KEY "SRS"