winlin

change ui version to 1.17

@@ -10,7 +10,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; } @@ -10,7 +10,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; }
10 function srs_get_player_height() { return srs_get_player_width() * 9 / 19; } 10 function srs_get_player_height() { return srs_get_player_width() * 9 / 19; }
11 11
12 // to query the swf anti cache. 12 // to query the swf anti cache.
13 -function srs_get_version_code() { return "1.15"; } 13 +function srs_get_version_code() { return "1.17"; }
14 // get the default vhost for players. 14 // get the default vhost for players.
15 function srs_get_player_vhost() { return "players"; } 15 function srs_get_player_vhost() { return "players"; }
16 // the api server port, for chat room. 16 // the api server port, for chat room.