From 4042b42bdf2aaf63f3010bfa9080cee78cce0220 Mon Sep 17 00:00:00 2001 From: Stan Ozier Date: Sun, 30 May 2010 16:55:20 +0200 Subject: [PATCH] version 0.3 (build 3) --- app/controller/admin.php | 2 +- app/controller/task.php | 2 +- app/controller/timer.php | 2 +- lib/class/app.php | 2 +- lib/class/front.php | 2 +- lib/class/model.php | 4 ++-- lib/helper/html_asset.php | 2 +- lib/helper/html_form.php | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/controller/admin.php b/app/controller/admin.php index 09e8370..c4e4621 100644 --- a/app/controller/admin.php +++ b/app/controller/admin.php @@ -4,7 +4,7 @@ * * @package taskfreak_tt * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @copyright GNU General Public License (GPL) version 3 */ diff --git a/app/controller/task.php b/app/controller/task.php index ac09533..e3d8fd9 100644 --- a/app/controller/task.php +++ b/app/controller/task.php @@ -4,7 +4,7 @@ * * @package taskfreak_tt * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @copyright GNU General Public License (GPL) version 3 */ diff --git a/app/controller/timer.php b/app/controller/timer.php index 0c61f83..414eb3c 100644 --- a/app/controller/timer.php +++ b/app/controller/timer.php @@ -4,7 +4,7 @@ * * @package taskfreak_tt * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @copyright GNU General Public License (GPL) version 3 */ diff --git a/lib/class/app.php b/lib/class/app.php index 827da77..28224b6 100644 --- a/lib/class/app.php +++ b/lib/class/app.php @@ -4,7 +4,7 @@ * * @package tzn_core_classes * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @copyright GNU Lesser General Public License (LGPL) version 3 */ diff --git a/lib/class/front.php b/lib/class/front.php index 80a7751..712c6a5 100644 --- a/lib/class/front.php +++ b/lib/class/front.php @@ -4,7 +4,7 @@ * * @package tzn_core_classes * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @copyright GNU Lesser General Public License (LGPL) version 3 */ diff --git a/lib/class/model.php b/lib/class/model.php index 9c8eaf7..09d6188 100644 --- a/lib/class/model.php +++ b/lib/class/model.php @@ -4,7 +4,7 @@ * * @package tzn_core_classes * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @copyright GNU Lesser General Public License (LGPL) version 3 */ @@ -12,7 +12,7 @@ * Model * * The mother class of all models - * @since 0.1 + * @since 0.1 */ abstract class Model extends Pluginable { diff --git a/lib/helper/html_asset.php b/lib/helper/html_asset.php index c21478b..d3f2e65 100644 --- a/lib/helper/html_asset.php +++ b/lib/helper/html_asset.php @@ -4,7 +4,7 @@ * * @package tzn_helpers * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @since 0.1 * @copyright GNU Lesser General Public License (LGPL) version 3 */ diff --git a/lib/helper/html_form.php b/lib/helper/html_form.php index bed0754..70144ca 100644 --- a/lib/helper/html_form.php +++ b/lib/helper/html_form.php @@ -4,7 +4,7 @@ * * @package tzn_helpers * @author Stan Ozier - * @version 0.2 + * @version 0.3 * @since 0.1 * @copyright GNU Lesser General Public License (LGPL) version 3 */