diff --git a/upload/cb_install/clipbucket.php b/upload/cb_install/clipbucket.php index f2f0a611..f50da6c3 100644 --- a/upload/cb_install/clipbucket.php +++ b/upload/cb_install/clipbucket.php @@ -10,10 +10,10 @@ */ define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan"); - define("VERSION","2.5.1"); + define("VERSION","3.0"); define("STATE","STABLE"); - define("REV","691"); - define("RELEASED","6-21-2011"); + define("REV","875"); + define("RELEASED","7-20-2011"); define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR"); ?> \ No newline at end of file diff --git a/upload/cb_install/upgradeable.php b/upload/cb_install/upgradeable.php index a02b6546..5f773ede 100644 --- a/upload/cb_install/upgradeable.php +++ b/upload/cb_install/upgradeable.php @@ -2,7 +2,7 @@ $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