summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xHISTORY1
-rwxr-xr-xconfig_default.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 01ee626..a405b6c 100755
--- a/HISTORY
+++ b/HISTORY
@@ -22,6 +22,7 @@ in progress:
- Added more info for video.
- no more killall ffmpeg command. Now the pid is checked and killed.
- allow multiple streaming sessions
+- added button to kill all active sessions.
19.02.2010 - V.0.3.6.1
diff --git a/config_default.php b/config_default.php
index 3733e12..1cce79f 100755
--- a/config_default.php
+++ b/config_default.php
@@ -32,5 +32,5 @@
$segmenterpath = '/usr/bin/segmenter'; //path to segmenter binary
// Version
- $isdversion = "0.3.7-dev";
+ $isdversion = "0.3.7";
?>