diff --git a/upload/cb_install/clipbucket.php b/upload/cb_install/clipbucket.php index ad4191da..ff44fa82 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.7.0.5"); + define("VERSION","2.7.1"); define("STATE","STABLE"); - define("REV","2996"); - define("RELEASED","27-2-2015"); + define("REV","3005"); + define("RELEASED","17-4-2015"); 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 ebe9269f..637de54e 100644 --- a/upload/cb_install/upgradeable.php +++ b/upload/cb_install/upgradeable.php @@ -4,7 +4,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.7' - ,'2.7.0.1','2.7.0.02','2.7.0.3','2.7.0.4','2.7.0.5'); + ,'2.7.0.1','2.7.0.02','2.7.0.3','2.7.0.4','2.7.0.5','2.7.1'); /** * Function used to upgrade ClipBucket