Changeset 2750

Show
Ignore:
Timestamp:
02/16/10 19:37:24 (2 years ago)
Author:
areski
Message:

Update Version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/1.6.0/AGI/a2billing.php

    r2745 r2750  
    4848include (dirname(__FILE__)."/lib/interface/constants.php"); 
    4949 
    50 $charge_callback=0; 
     50$charge_callback = 0; 
    5151$G_startime = time(); 
    52 $agi_version = "A2Billing - Version 1.6-Beta (Hickory) - Released : 19 January 2010"; 
     52$agi_version = "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010"; 
    5353 
    5454if ($argc > 1 && ($argv[1] == '--version' || $argv[1] == '-v')) { 
  • tags/1.6.0/common/lib/common.defines.php

    r2738 r2750  
    99 * powered by Star2billing S.L. <http://www.star2billing.com/> 
    1010 *  
    11  * @copyright   Copyright (C) 2004-2009 - Star2billing S.L.  
     11 * @copyright   Copyright (C) 2004-20010 - Star2billing S.L. 
    1212 * @author      Belaid Arezqui <areski@gmail.com> 
    1313 * @license     http://www.fsf.org/licensing/licenses/agpl-3.0.html 
     
    128128 
    129129// A2BILLING INFO   
    130 define ("COPYRIGHT", "A2Billing - Version 1.6-Beta (Hickory) - Released : 19 January 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>"); 
     130define ("COPYRIGHT", "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>"); 
    131131 
    132132define ("CCMAINTITLE", gettext("A2Billing Portal")); 
  • trunk/AGI/a2billing.php

    r2745 r2750  
    4848include (dirname(__FILE__)."/lib/interface/constants.php"); 
    4949 
    50 $charge_callback=0; 
     50$charge_callback = 0; 
    5151$G_startime = time(); 
    52 $agi_version = "A2Billing - Version 1.6-Beta (Hickory) - Released : 19 January 2010"; 
     52$agi_version = "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010"; 
    5353 
    5454if ($argc > 1 && ($argv[1] == '--version' || $argv[1] == '-v')) { 
  • trunk/common/lib/common.defines.php

    r2738 r2750  
    99 * powered by Star2billing S.L. <http://www.star2billing.com/> 
    1010 *  
    11  * @copyright   Copyright (C) 2004-2009 - Star2billing S.L.  
     11 * @copyright   Copyright (C) 2004-20010 - Star2billing S.L. 
    1212 * @author      Belaid Arezqui <areski@gmail.com> 
    1313 * @license     http://www.fsf.org/licensing/licenses/agpl-3.0.html 
     
    128128 
    129129// A2BILLING INFO   
    130 define ("COPYRIGHT", "A2Billing - Version 1.6-Beta (Hickory) - Released : 19 January 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>"); 
     130define ("COPYRIGHT", "A2Billing - Version 1.6.0 (Hickory) - Released : 16 February 2010, A2Billing is software licensed under the ".'<a href="http://www.fsf.org/licensing/licenses/agpl-3.0.html" target="_blank">AGPL 3</a>' . ". <br/>" . "Copyright (C) 2004-2009 - Star2billing S.L. <a href=\"http://www.star2billing.com\" target=\"_blank\">http://www.star2billing.com/</a>"); 
    131131 
    132132define ("CCMAINTITLE", gettext("A2Billing Portal"));