From 44954a5ca434eba3a31cd39cac8b62ed905df7e0 Mon Sep 17 00:00:00 2001 From: rldhont Date: Thu, 18 Jul 2024 16:52:40 +0200 Subject: [PATCH] Version 0.5.0-rc.1 with LWC minimum version 3.8.0-rc.1 --- altiProfil/module.xml | 2 +- altiProfilAdmin/module.xml | 2 +- tests/Makefile | 2 +- tests/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/altiProfil/module.xml b/altiProfil/module.xml index d7306ce..f53c790 100755 --- a/altiProfil/module.xml +++ b/altiProfil/module.xml @@ -1,7 +1,7 @@ - 0.5.0-pre + 0.5.0-rc.1 GNU GPLv3 diff --git a/altiProfilAdmin/module.xml b/altiProfilAdmin/module.xml index 411a105..471e2a2 100755 --- a/altiProfilAdmin/module.xml +++ b/altiProfilAdmin/module.xml @@ -1,7 +1,7 @@ - 0.5.0-pre + 0.5.0-rc.1 GNU GPLv3 diff --git a/tests/Makefile b/tests/Makefile index 1fa278f..793ea6f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,7 +8,7 @@ LIZMAP_DIR=$(shell pwd)/lizmap LIZMAP_USER_ID:=$(shell id -u) LIZMAP_USER_GID:=$(shell id -g) -LIZMAP_VERSION_TAG:=3.7 +LIZMAP_VERSION_TAG:=3.8.0-rc.1 QGIS_VERSION_TAG:=3.34 POSTGIS_VERSION_TAG:=14-3 diff --git a/tests/README.md b/tests/README.md index 657dffc..2a6777a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,7 +7,7 @@ Steps: # Clean previous versions (optional) make clean - # Run the different services (default is Lizmap 3.7) + # Run the different services (default is Lizmap 3.8.rc-1) make run # Install the modules