Annotation of /mambo/branches/4.6/includes/version.php
Parent Directory
|
Revision Log
Revision 1502 - (view) (download)
| 1 : | elpie | 964 | <?php |
| 2 : | /** | ||
| 3 : | * @package Mambo | ||
| 4 : | ocs_cms | 1396 | * @author Mambo Foundation Inc see README.php |
| 5 : | * @copyright Mambo Foundation Inc. | ||
| 6 : | * See COPYRIGHT.php for copyright notices and details. | ||
| 7 : | * @license GNU/GPL Version 2, see LICENSE.php | ||
| 8 : | * Mambo is free software; you can redistribute it and/or | ||
| 9 : | * modify it under the terms of the GNU General Public License | ||
| 10 : | * as published by the Free Software Foundation; version 2 of the License. | ||
| 11 : | */ | ||
| 12 : | elpie | 964 | |
| 13 : | /** Version information */ | ||
| 14 : | class version { | ||
| 15 : | /** @var string Product */ | ||
| 16 : | var $PRODUCT = 'Mambo'; | ||
| 17 : | /** @var int Main Release Level */ | ||
| 18 : | var $RELEASE = '4.6'; | ||
| 19 : | /** @var string Development Status */ | ||
| 20 : | cauld | 1068 | var $DEV_STATUS = 'Stable'; |
| 21 : | elpie | 964 | /** @var int Sub Release Level */ |
| 22 : | ocs_cms | 1502 | var $DEV_LEVEL = '4'; |
| 23 : | elpie | 964 | /** @var string Codename */ |
| 24 : | ocs_cms | 1502 | var $CODENAME = 'Rattlesnake'; |
| 25 : | elpie | 964 | /** @var string Date */ |
| 26 : | ocs_cms | 1502 | var $RELDATE = '25-Dec-2007'; |
| 27 : | elpie | 964 | /** @var string Time */ |
| 28 : | ocs_cms | 1489 | var $RELTIME = '00:00'; |
| 29 : | elpie | 964 | /** @var string Timezone */ |
| 30 : | var $RELTZ = 'GMT'; | ||
| 31 : | /** @var string Copyright Text */ | ||
| 32 : | var $COPYRIGHT = 'Refer to copyright.php All rights reserved.'; | ||
| 33 : | /** @var string URL */ | ||
| 34 : | var $URL = '<a href="http://mambo-foundation.org">Mambo</a> is Free Software released under the GNU/GPL License.'; | ||
| 35 : | } | ||
| 36 : | |||
| 37 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

