From 24ab1aba3a8808a129532a11a18f79bebaa0793f Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Fri, 11 Oct 2024 15:40:26 +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 4c689e1a..e0811585 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ QGIS contains internal copy of MDAL library in following versions: | 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 | +| 3.42.0 | 1.3.0 | Support Dataset Group Removal From Mesh | 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 c510a371..6ac3107a 100644 --- a/mdal/mdal.cpp +++ b/mdal/mdal.cpp @@ -21,7 +21,7 @@ static const char *EMPTY_STR = ""; const char *MDAL_Version() { - return "1.2.0"; + return "1.3.0"; } MDAL_Status MDAL_LastStatus()