Update : upgradeable.php and clipbucket.php
This commit is contained in:
parent
64ac5c0188
commit
398aacd316
2 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan");
|
define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan");
|
||||||
define("VERSION","2.5.1");
|
define("VERSION","3.0");
|
||||||
define("STATE","STABLE");
|
define("STATE","STABLE");
|
||||||
define("REV","691");
|
define("REV","875");
|
||||||
define("RELEASED","6-21-2011");
|
define("RELEASED","7-20-2011");
|
||||||
define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR");
|
define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR");
|
||||||
|
|
||||||
?>
|
?>
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
$versions = array('1','2.0.4','2.0.5','2.0.6'
|
$versions = array('1','2.0.4','2.0.5','2.0.6'
|
||||||
,'2.0.7','2.0.8','2.0.9','2.0.91','2.1','2.2','2.3','2.4','2.4.5','2.5','2.5.1','2.6');
|
,'2.0.7','2.0.8','2.0.9','2.0.91','2.1','2.2','2.3','2.4','2.4.5','2.5','2.5.1','2.6','3.0');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function used to upgrade ClipBucket
|
* Function used to upgrade ClipBucket
|
||||||
|
|
Loading…
Add table
Reference in a new issue