version.php 96 B

1234567
  1. <?php
  2. return array(
  3. 'APP_NAME' => '云直播',
  4. 'APP_SUB_VER' => 2.5,
  5. 'SVN_VER' => 523,
  6. );
  7. ?>