From 5c3b45ef0842770d9f5d4e9d8b9e63649606c1c3 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 23 Mar 2018 19:14:04 +0900 Subject: [PATCH] Class Version ID update --- www/lib/CoreLibs/ACL/Login.inc | 6 +++--- www/lib/CoreLibs/Admin/Backend.inc | 4 ++-- www/lib/CoreLibs/DB/Extended/ArrayIO.inc | 6 +++--- www/lib/CoreLibs/Output/Form/Generate.inc | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/www/lib/CoreLibs/ACL/Login.inc b/www/lib/CoreLibs/ACL/Login.inc index 628851e1..b8e24396 100644 --- a/www/lib/CoreLibs/ACL/Login.inc +++ b/www/lib/CoreLibs/ACL/Login.inc @@ -2,7 +2,7 @@ /********************************************************************* * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2000/06/01 -* VERSION: 4.0.0 +* VERSION: 5.0.0 * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTON: * ~ 2003/03/03: change the whole include file into one class @@ -162,9 +162,9 @@ class Login extends \CoreLibs\DB\IO // internal $this->class_info["login"] = array( "class_name" => "Login", - "class_version" => "4.0.0", + "class_version" => "5.0.0", "class_created" => "2000-06-01", - "class_author" => "cs/gullevek/at" + "class_author" => "Clemens Schwaighofer" ); // init default ACL list array diff --git a/www/lib/CoreLibs/Admin/Backend.inc b/www/lib/CoreLibs/Admin/Backend.inc index 3d26fcf9..9add6c70 100644 --- a/www/lib/CoreLibs/Admin/Backend.inc +++ b/www/lib/CoreLibs/Admin/Backend.inc @@ -69,9 +69,9 @@ class Backend extends \CoreLibs\DB\IO // internal $this->class_info["adbBackend"] = array( "class_name" => "Admin Interface Backend", - "class_version" => "0.1.0", + "class_version" => "1.0.0", "class_created" => "2006/08/15", - "class_author" => "cs/gullevek/jp" + "class_author" => "Clemens Schwaighofer" ); // set page name diff --git a/www/lib/CoreLibs/DB/Extended/ArrayIO.inc b/www/lib/CoreLibs/DB/Extended/ArrayIO.inc index 0a2d12fb..dcb32dac 100644 --- a/www/lib/CoreLibs/DB/Extended/ArrayIO.inc +++ b/www/lib/CoreLibs/DB/Extended/ArrayIO.inc @@ -2,7 +2,7 @@ /********************************************************************* * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2002/12/17 -* VERSION: 0.4.0 +* VERSION: 1.0.0 * RELEASED LICENSE: GNU GPL 3 * SHORT DESC :RIPTION: * DB Array IO Class: @@ -77,9 +77,9 @@ class ArrayIO extends \CoreLibs\DB\IO // internal $this->class_info["db_array_io"] = array( "class_name" => "DB Array IO", - "class_version" => "0.4.0", + "class_version" => "1.0.0", "class_created" => "2002/12/17", - "class_author" => "cs/gullevek/at" + "class_author" => "Clemens Schwaighofer" ); } diff --git a/www/lib/CoreLibs/Output/Form/Generate.inc b/www/lib/CoreLibs/Output/Form/Generate.inc index 31eba366..74c71dda 100644 --- a/www/lib/CoreLibs/Output/Form/Generate.inc +++ b/www/lib/CoreLibs/Output/Form/Generate.inc @@ -2,7 +2,7 @@ /******************************************************************** * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2002/10/22 -* VERSION: 2.4.9 +* VERSION: 3.0.0 * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTION: * ~ 2003/02/26: decided to move away from single class and change this @@ -305,9 +305,9 @@ class Generate extends \CoreLibs\DB\Extended\ArrayIO // internal $this->class_info["form"] = array( "class_name" => "Form create", - "class_version" => "2.4.9", + "class_version" => "3.0.0", "class_created" => "2002-10-22", - "class_author" => "cs/gullevek/at" + "class_author" => "Clemens Schwaighofer" ); }