View of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 690 -
(download)
(annotate)
Mon Sep 11 01:35:02 2006 UTC (6 years, 8 months ago) by cauld
File size: 1200 byte(s)
Mon Sep 11 01:35:02 2006 UTC (6 years, 8 months ago) by cauld
File size: 1200 byte(s)
! Updating changelog.php ! Updating version.php
<?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 = 'Stable'; /** @var int Sub Release Level */ var $DEV_LEVEL = '0'; /** @var string Codename */ var $CODENAME = 'Graff'; /** @var string Date */ var $RELDATE = '13-Sept-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://mambo-foundation.org">Mambo</a> is Free Software released under the GNU/GPL License.'; } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

