Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit da5fc6a

Browse files
author
TheYOSH
committed
Update version numbers
1 parent b323586 commit da5fc6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Settings.class.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Settings {
77
* @access private
88
* @var string
99
*/
10-
private static $version = '2.4.8';
10+
private static $version = '2.4.9';
1111

1212
/**
1313
* Set the name of the dreambox. Anything is allowed :P
@@ -161,7 +161,7 @@ class Settings {
161161
* @access private
162162
* @var string
163163
*/
164-
private static $HDOnlyProfile = "SD";
164+
private static $HDOnlyProfile = "HDReady,SD,Mobile2";
165165

166166
/**
167167
* Select here the profiles that should be used for transcoding to RTSP enabled mobiles. This is used for Android streaming

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
error_reporting(E_ALL);
44
ini_set("display_errors","1");
55
ini_set("max_execution_time","300");
6-
define('VERSION','2.4.8');
7-
define('RELEASEDATE',1548620929);
6+
define('VERSION','2.4.9');
7+
define('RELEASEDATE',1555239502);
88
// End defaults
99
@session_start();
1010

0 commit comments

Comments
 (0)