Changeset 621
- Timestamp:
- 03/20/08 04:08:37 (8 months ago)
- Files:
-
- branches/1.3/A2BCustomer_UI/lib/defines.php (modified) (1 diff)
- branches/1.3/A2Billing_AGI/a2billing.php (modified) (1 diff)
- branches/1.3/A2Billing_UI/lib/defines.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2BCustomer_UI/lib/defines.php
r296 r621 221 221 222 222 // A2BILLING INFO 223 define ("WEBUI_DATE", 'Release : September 2007');224 define ("WEBUI_VERSION", 'Asterisk2Billing - Version 1.3. 1(Yellowjacket)');223 define ("WEBUI_DATE", 'Release : 2008'); 224 define ("WEBUI_VERSION", 'Asterisk2Billing - Version 1.3.X (Yellowjacket)'); 225 225 // A2BILLING COPYRIGHT & CONTACT 226 226 define ("TEXTCONTACT", gettext("This software has been created by Areski under GPL licence. For futher information, feel free to contact me:")); branches/1.3/A2Billing_AGI/a2billing.php
r580 r621 34 34 $charge_callback=0; 35 35 $G_startime = time(); 36 $agi_date = "Release : September 2007";37 $agi_version = "Asterisk2Billing - Version 1.3. 1(Yellowjacket)";36 $agi_date = "Release : 2008"; 37 $agi_version = "Asterisk2Billing - Version 1.3.X (Yellowjacket)"; 38 38 39 39 if ($argc > 1 && ($argv[1] == '--version' || $argv[1] == '-v')) branches/1.3/A2Billing_UI/lib/defines.php
r526 r621 233 233 234 234 // A2BILLING INFO 235 define ("WEBUI_DATE", 'Release : September 2007');236 define ("WEBUI_VERSION", 'Asterisk2Billing - Version 1.3. 1(Yellowjacket)');235 define ("WEBUI_DATE", 'Release : 2008'); 236 define ("WEBUI_VERSION", 'Asterisk2Billing - Version 1.3.X (Yellowjacket)'); 237 237 // A2BILLING COPYRIGHT & CONTACT 238 238 define ("COPYRIGHT", gettext(" This software is under GPL licence. For further information, please visit : <a href=\"http://www.asterisk2billing.org\" target=\"_blank\">asterisk2billing.org</a>"));
