winlin

update ui version

@@ -201,7 +201,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; } @@ -201,7 +201,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; }
201 function srs_get_player_height() { return srs_get_player_width() * 9 / 19; } 201 function srs_get_player_height() { return srs_get_player_width() * 9 / 19; }
202 202
203 // to query the swf anti cache. 203 // to query the swf anti cache.
204 -function srs_get_version_code() { return "1.5"; } 204 +function srs_get_version_code() { return "1.7"; }
205 // get the default vhost for players. 205 // get the default vhost for players.
206 function srs_get_player_vhost() { return "players"; } 206 function srs_get_player_vhost() { return "players"; }
207 // the api server port, for chat room. 207 // the api server port, for chat room.