View of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 182 -
(download)
(annotate)
Wed Jan 25 17:21:03 2006 UTC (7 years, 3 months ago) by counterpoint
File size: 1006 byte(s)
Wed Jan 25 17:21:03 2006 UTC (7 years, 3 months ago) by counterpoint
File size: 1006 byte(s)
Adjust for database.php moving back to /includes. Remove executable code from version.php (should be just class, executable code is in index.php).
<?php /** * @version $Id: version.php,v 1.7 2006/01/21 02:21:52 cauld Exp $ * @package Mambo * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** 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 = 'Internal-RC1'; /** @var int Sub Release Level */ var $DEV_LEVEL = '0'; /** @var string Codename */ var $CODENAME = 'Golden'; /** @var string Date */ var $RELDATE = '22-Jan-2006'; /** @var string Time */ var $RELTIME = '03:00'; /** @var string Timezone */ var $RELTZ = 'GMT'; /** @var string Copyright Text */ var $COPYRIGHT = 'Copyright 2000 - 2006 Miro International Pty Ltd. All rights reserved.'; /** @var string URL */ var $URL = '<a href="http://www.mamboserver.com">Mambo</a> is Free Software released under the GNU/GPL License.'; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

