Source for file version.php

Documentation is available at version.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @author Mambo Foundation Inc see README.php
  5. @copyright Mambo Foundation Inc.
  6. *  See COPYRIGHT.php for copyright notices and details.
  7. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see
  8. *  LICENSE.php
  9. *  Mambo is free software; you can redistribute it and/or
  10. *  modify it under the terms of the GNU General Public License
  11. *  as published by the Free Software Foundation; version 2 of the
  12. *  License.
  13. */ 
  14.  
  15. /** Version information */
  16. class version {
  17.     /** @var string Product */
  18.     var $PRODUCT = 'Mambo';
  19.     /** @var int Main Release Level */
  20.     var $RELEASE = '4.6';
  21.     /** @var string Development Status */
  22.     var $DEV_STATUS = 'Stable';
  23.     /** @var int Sub Release Level */
  24.     var $DEV_LEVEL = '2P';
  25.     /** @var string Codename */
  26.     var $CODENAME = 'Zeppy';
  27.     /** @var string Date */
  28.     var $RELDATE = '24-April-2007';
  29.     /** @var string Time */
  30.     var $RELTIME = '03:00';
  31.     /** @var string Timezone */
  32.     var $RELTZ = 'GMT';
  33.     /** @var string Copyright Text */
  34.     var $COPYRIGHT = 'Refer to copyright.php  All rights reserved.';
  35.     /** @var string URL */
  36.     var $URL = '<a href="http://mambo-foundation.org">Mambo</a> is Free Software released under the GNU/GPL License.';
  37. }
  38.  
  39. ?>

Documentation generated on Mon, 05 May 2008 16:24:06 +0400 by phpDocumentor 1.4.0