View of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 249 -
(download)
(annotate)
Sun Feb 12 15:57:04 2006 UTC (7 years, 3 months ago) by cauld
File size: 1001 byte(s)
Sun Feb 12 15:57:04 2006 UTC (7 years, 3 months ago) by cauld
File size: 1001 byte(s)
cauld - updating version.php with info for Internal-RC4
<?php /** * @version $Id: version.php,v 1.8 2006/02/04 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-RC4'; /** @var int Sub Release Level */ var $DEV_LEVEL = '0'; /** @var string Codename */ var $CODENAME = 'Golden'; /** @var string Date */ var $RELDATE = '13-Feb-2006'; /** @var string Time */ var $RELTIME = '03:00'; /** @var string Timezone */ var $RELTZ = 'GMT'; /** @var string Copyright Text */ var $COPYRIGHT = 'Copyright 2000 - 2006 Mambo Foundation. All rights reserved.'; /** @var string URL */ var $URL = '<a href="http://www.mambo-foundation.org">Mambo</a> is Free Software released under the GNU/GPL License.'; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

