CC-3389: Login page says copyright is 2010-2011 rather than 2010-2012

-fixed
This commit is contained in:
Martin Konecny 2012-03-06 11:46:42 -05:00
parent c0f83a0e02
commit 5f4738dc7a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_COPYRIGHT_DATE', '2010-2012');
define('AIRTIME_REST_VERSION', '1.1');
define('AIRTIME_API_VERSION', '1.0');