View of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 480 -
(download)
(annotate)
Tue Apr 18 04:30:59 2006 UTC (7 years, 1 month ago) by cauld
File size: 1221 byte(s)
Tue Apr 18 04:30:59 2006 UTC (7 years, 1 month ago) by cauld
File size: 1221 byte(s)
cauld - Updating version.php for RC1
<?php /** * @package Mambo Open Source * @copyright (C) 2005 - 2006 Mambo Foundation Inc. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure * that Mambo remained free Open Source software owned and managed by the community. * 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 = 'Release Candidate 1'; /** @var int Sub Release Level */ var $DEV_LEVEL = '0'; /** @var string Codename */ var $CODENAME = 'Golden'; /** @var string Date */ var $RELDATE = '17-April-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 |

