From ac1335673795c055a093977bf2bdc5daff22de18 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 15 Mar 2023 17:53:49 +0100 Subject: [PATCH] init --- LISEZMOI.md | 2 +- README.md | 2 +- core/core.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LISEZMOI.md b/LISEZMOI.md index 01073475..fdfcb7b2 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.3.02 +# ZwiiCMS 12.3.03 Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation. diff --git a/README.md b/README.md index 9636a164..b7374707 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 12.3.02 +# ZwiiCMS 12.3.03 Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge. diff --git a/core/core.php b/core/core.php index f8d57d4b..eb35c604 100644 --- a/core/core.php +++ b/core/core.php @@ -53,7 +53,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version et branche pour l'auto-update - const ZWII_VERSION = '12.3.02'; + const ZWII_VERSION = '12.3.03'; const ZWII_DATAVERSION = 12301;