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

Commit 595bffc

Browse files
author
TheYOSH
committed
Update release
1 parent 19975d9 commit 595bffc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Settings.class.sample.php

Lines changed: 1 addition & 1 deletion
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.7';
10+
private static $version = '2.4.8';
1111

1212
/**
1313
* Set the name of the dreambox. Anything is allowed :P

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.7');
7-
define('RELEASEDATE',1541107152);
6+
define('VERSION','2.4.8');
7+
define('RELEASEDATE',1548620929);
88
// End defaults
99
@session_start();
1010

0 commit comments

Comments
 (0)