Skip to content

Commit

Permalink
Version 0.5.0-rc.1 with LWC minimum version 3.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jul 18, 2024
1 parent 1e7fe64 commit 44954a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion altiProfil/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="altiProfil" name="altiProfil" createdate="2020-03-12">
<version date="2024-07-18">0.5.0-pre</version>
<version date="2024-07-18">0.5.0-rc.1</version>
<label lang="en_US">altiProfil</label>
<description lang="en_US" />
<license URL="https://spdx.org/licenses/GPL-3.0-or-later.html">GNU GPLv3</license>
Expand Down
2 changes: 1 addition & 1 deletion altiProfilAdmin/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="altiProfilAdmin" name="altiProfilAdmin" createdate="2020-08-12">
<version date="2024-07-18">0.5.0-pre</version>
<version date="2024-07-18">0.5.0-rc.1</version>
<label lang="en_US">altiProfilAdmin</label>
<description lang="en_US" />
<license URL="https://spdx.org/licenses/GPL-3.0-or-later.html">GNU GPLv3</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44954a5

Please sign in to comment.