View of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 1502 -
(download)
(annotate)
Thu Dec 27 01:07:38 2007 UTC (5 years, 4 months ago) by ocs_cms
File size: 1159 byte(s)
Thu Dec 27 01:07:38 2007 UTC (5 years, 4 months ago) by ocs_cms
File size: 1159 byte(s)
*4.6.4 init *meta tag fix in admin side index.php
<?php
/**
* @package Mambo
* @author Mambo Foundation Inc see README.php
* @copyright Mambo Foundation Inc.
* See COPYRIGHT.php for copyright notices and details.
* @license GNU/GPL Version 2, see LICENSE.php
* Mambo is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2 of the License.
*/
/** Version information */
class version {
/** @var string Product */
var $PRODUCT = 'Mambo';
/** @var int Main Release Level */
var $RELEASE = '4.6';
/** @var string Development Status */
var $DEV_STATUS = 'Stable';
/** @var int Sub Release Level */
var $DEV_LEVEL = '4';
/** @var string Codename */
var $CODENAME = 'Rattlesnake';
/** @var string Date */
var $RELDATE = '25-Dec-2007';
/** @var string Time */
var $RELTIME = '00:00';
/** @var string Timezone */
var $RELTZ = 'GMT';
/** @var string Copyright Text */
var $COPYRIGHT = 'Refer to copyright.php All rights reserved.';
/** @var string URL */
var $URL = '<a href="http://mambo-foundation.org">Mambo</a> is Free Software released under the GNU/GPL License.';
}
?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

