View of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 1005 -
(download)
(annotate)
Mon Mar 5 03:24:53 2007 UTC (6 years, 2 months ago) by cauld
File size: 927 byte(s)
Mon Mar 5 03:24:53 2007 UTC (6 years, 2 months ago) by cauld
File size: 927 byte(s)
! Updating Changelog and Version info for 4.6.2 Bug Stomp Pre-Release 2
<?php /** * @package Mambo * @copyright Refer to copyright.php * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @author Mambo Foundation Inc see README.php */ /** 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 = 'Bug Stomp Pre-Release 2'; /** @var int Sub Release Level */ var $DEV_LEVEL = '2'; /** @var string Codename */ var $CODENAME = 'Zep'; /** @var string Date */ var $RELDATE = '04-March-2007'; /** @var string Time */ var $RELTIME = '03: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 |

