clipbucket/upload/cb_install/clipbucket.php
2015-01-22 15:45:40 +00:00

19 lines
No EOL
497 B
PHP

<?php
/**
* All Details about ClipBucket
* Software Release version, authors are
* defined in this file, please do not edit this
*
*
* NOTE : EDITING THIS FILE MAY CASUE YOUR CLIPBUCKET UPDATER NOT TO WORK PROPERLY
*/
define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan");
define("VERSION","2.7.0.3");
define("STATE","RC2");
define("REV","2927");
define("RELEASED","22-1-2015");
define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR");
?>