From 241717ca9971568fee8055c96792ca5728db70fa Mon Sep 17 00:00:00 2001 From: uclaros Date: Wed, 20 Mar 2024 10:24:51 +0200 Subject: [PATCH] bump version --- README.md | 1 + mdal/mdal.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7fbfa5..4c689e1a 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ QGIS contains internal copy of MDAL library in following versions: | 3.28.4 | 1.0.2 | | | 3.30.0 | 1.0.2 | | | 3.36.0 | 1.1.0 | Mike21 format support read/write | +| 3.38.0 | 1.2.0 | Groundwater / surface water meshes for 3Di format | versions `X.Y.9Z` are development versions or alpha/beta releases (e.g. `0.4.90`, `0.4.91`, ...) diff --git a/mdal/mdal.cpp b/mdal/mdal.cpp index 6ffb6e3f..c1c2ed1e 100644 --- a/mdal/mdal.cpp +++ b/mdal/mdal.cpp @@ -21,7 +21,7 @@ static const char *EMPTY_STR = ""; const char *MDAL_Version() { - return "1.1.0"; + return "1.2.0"; } MDAL_Status MDAL_LastStatus()