From 0d22a1a24e6dcd018ce6b3297fa4f8d6742d4441 Mon Sep 17 00:00:00 2001 From: Stephen Vickers Date: Thu, 26 Nov 2020 23:45:31 +0000 Subject: [PATCH] Remove version from files --- src/admin/index.php | 1 - src/config-dist.php | 3 +-- src/connect.php | 1 - src/db.php | 1 - src/index.php | 1 - src/js/rating.js | 1 - src/jwks.php | 1 - src/lib.php | 1 - src/rating.php | 1 - src/rating_tp.php | 1 - src/register.php | 1 - src/registration.php | 1 - src/share.php | 1 - 13 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/admin/index.php b/src/admin/index.php index d2a8207..34ebad3 100644 --- a/src/admin/index.php +++ b/src/admin/index.php @@ -17,7 +17,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('../lib.php'); diff --git a/src/config-dist.php b/src/config-dist.php index 1cc6f0c..4397539 100644 --- a/src/config-dist.php +++ b/src/config-dist.php @@ -4,7 +4,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ ### @@ -12,7 +11,7 @@ ### define('APP_NAME', 'Rating'); define('SESSION_NAME', 'php-rating'); -define('VERSION', '4.0.0'); +define('VERSION', '4.1.0'); ### ### Database connection settings diff --git a/src/connect.php b/src/connect.php index d2af0d0..9e0da40 100644 --- a/src/connect.php +++ b/src/connect.php @@ -7,7 +7,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('rating_tp.php'); diff --git a/src/db.php b/src/db.php index f1ffbc7..9e23cbf 100644 --- a/src/db.php +++ b/src/db.php @@ -7,7 +7,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('config.php'); diff --git a/src/index.php b/src/index.php index dba1330..399e495 100644 --- a/src/index.php +++ b/src/index.php @@ -11,7 +11,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('lib.php'); diff --git a/src/js/rating.js b/src/js/rating.js index 13b905d..149d1bc 100644 --- a/src/js/rating.js +++ b/src/js/rating.js @@ -4,7 +4,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ diff --git a/src/jwks.php b/src/jwks.php index c3ae002..d30762b 100644 --- a/src/jwks.php +++ b/src/jwks.php @@ -7,7 +7,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('db.php'); diff --git a/src/lib.php b/src/lib.php index dc7f4b5..576a32f 100644 --- a/src/lib.php +++ b/src/lib.php @@ -11,7 +11,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('db.php'); diff --git a/src/rating.php b/src/rating.php index 289fc1c..50c0ccd 100644 --- a/src/rating.php +++ b/src/rating.php @@ -4,7 +4,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('lib.php'); diff --git a/src/rating_tp.php b/src/rating_tp.php index 0c6c42d..babf42b 100644 --- a/src/rating_tp.php +++ b/src/rating_tp.php @@ -9,7 +9,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('lib.php'); diff --git a/src/register.php b/src/register.php index 601a807..0c48403 100644 --- a/src/register.php +++ b/src/register.php @@ -8,7 +8,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('rating_tp.php'); diff --git a/src/registration.php b/src/registration.php index 457c7fb..fed757f 100644 --- a/src/registration.php +++ b/src/registration.php @@ -7,7 +7,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('rating_tp.php'); diff --git a/src/share.php b/src/share.php index 709b359..539243b 100644 --- a/src/share.php +++ b/src/share.php @@ -11,7 +11,6 @@ * * @author Stephen P Vickers * @copyright SPV Software Products - * @version 4.0.0 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 */ require_once('lib.php');