Class Version ID update

This commit is contained in:
Clemens Schwaighofer
2018-03-23 19:14:04 +09:00
parent 9086196f7d
commit 5c3b45ef08
4 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
/********************************************************************* /*********************************************************************
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
* CREATED: 2000/06/01 * CREATED: 2000/06/01
* VERSION: 4.0.0 * VERSION: 5.0.0
* RELEASED LICENSE: GNU GPL 3 * RELEASED LICENSE: GNU GPL 3
* SHORT DESCRIPTON: * SHORT DESCRIPTON:
* ~ 2003/03/03: change the whole include file into one class * ~ 2003/03/03: change the whole include file into one class
@@ -162,9 +162,9 @@ class Login extends \CoreLibs\DB\IO
// internal // internal
$this->class_info["login"] = array( $this->class_info["login"] = array(
"class_name" => "Login", "class_name" => "Login",
"class_version" => "4.0.0", "class_version" => "5.0.0",
"class_created" => "2000-06-01", "class_created" => "2000-06-01",
"class_author" => "cs/gullevek/at" "class_author" => "Clemens Schwaighofer"
); );
// init default ACL list array // init default ACL list array

View File

@@ -69,9 +69,9 @@ class Backend extends \CoreLibs\DB\IO
// internal // internal
$this->class_info["adbBackend"] = array( $this->class_info["adbBackend"] = array(
"class_name" => "Admin Interface Backend", "class_name" => "Admin Interface Backend",
"class_version" => "0.1.0", "class_version" => "1.0.0",
"class_created" => "2006/08/15", "class_created" => "2006/08/15",
"class_author" => "cs/gullevek/jp" "class_author" => "Clemens Schwaighofer"
); );
// set page name // set page name

View File

@@ -2,7 +2,7 @@
/********************************************************************* /*********************************************************************
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
* CREATED: 2002/12/17 * CREATED: 2002/12/17
* VERSION: 0.4.0 * VERSION: 1.0.0
* RELEASED LICENSE: GNU GPL 3 * RELEASED LICENSE: GNU GPL 3
* SHORT DESC :RIPTION: * SHORT DESC :RIPTION:
* DB Array IO Class: * DB Array IO Class:
@@ -77,9 +77,9 @@ class ArrayIO extends \CoreLibs\DB\IO
// internal // internal
$this->class_info["db_array_io"] = array( $this->class_info["db_array_io"] = array(
"class_name" => "DB Array IO", "class_name" => "DB Array IO",
"class_version" => "0.4.0", "class_version" => "1.0.0",
"class_created" => "2002/12/17", "class_created" => "2002/12/17",
"class_author" => "cs/gullevek/at" "class_author" => "Clemens Schwaighofer"
); );
} }

View File

@@ -2,7 +2,7 @@
/******************************************************************** /********************************************************************
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
* CREATED: 2002/10/22 * CREATED: 2002/10/22
* VERSION: 2.4.9 * VERSION: 3.0.0
* RELEASED LICENSE: GNU GPL 3 * RELEASED LICENSE: GNU GPL 3
* SHORT DESCRIPTION: * SHORT DESCRIPTION:
* ~ 2003/02/26: decided to move away from single class and change this * ~ 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 // internal
$this->class_info["form"] = array( $this->class_info["form"] = array(
"class_name" => "Form create", "class_name" => "Form create",
"class_version" => "2.4.9", "class_version" => "3.0.0",
"class_created" => "2002-10-22", "class_created" => "2002-10-22",
"class_author" => "cs/gullevek/at" "class_author" => "Clemens Schwaighofer"
); );
} }