Annotation of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 585 - (view) (download)
| 1 : | cauld | 399 | <?php |
| 2 : | /** | ||
| 3 : | * @package Mambo Open Source | ||
| 4 : | * @copyright (C) 2005 - 2006 Mambo Foundation Inc. | ||
| 5 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 6 : | * | ||
| 7 : | * 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 | ||
| 8 : | * that Mambo remained free Open Source software owned and managed by the community. | ||
| 9 : | * Mambo is Free Software | ||
| 10 : | */ | ||
| 11 : | |||
| 12 : | /** Version information */ | ||
| 13 : | class version { | ||
| 14 : | /** @var string Product */ | ||
| 15 : | var $PRODUCT = 'Mambo'; | ||
| 16 : | /** @var int Main Release Level */ | ||
| 17 : | var $RELEASE = '4.6'; | ||
| 18 : | /** @var string Development Status */ | ||
| 19 : | cauld | 555 | var $DEV_STATUS = 'Release Candidate 2'; |
| 20 : | cauld | 399 | /** @var int Sub Release Level */ |
| 21 : | var $DEV_LEVEL = '0'; | ||
| 22 : | /** @var string Codename */ | ||
| 23 : | cauld | 555 | var $CODENAME = 'Kare'; |
| 24 : | cauld | 399 | /** @var string Date */ |
| 25 : | cauld | 585 | var $RELDATE = '3-July-2006'; |
| 26 : | cauld | 399 | /** @var string Time */ |
| 27 : | var $RELTIME = '03:00'; | ||
| 28 : | /** @var string Timezone */ | ||
| 29 : | var $RELTZ = 'GMT'; | ||
| 30 : | /** @var string Copyright Text */ | ||
| 31 : | var $COPYRIGHT = 'Copyright 2000 - 2006 Mambo Foundation. All rights reserved.'; | ||
| 32 : | /** @var string URL */ | ||
| 33 : | var $URL = '<a href="http://www.mambo-foundation.org">Mambo</a> is Free Software released under the GNU/GPL License.'; | ||
| 34 : | } | ||
| 35 : | |||
| 36 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

