diff --git a/.zenodo.json b/.zenodo.json index 8dde3c9771..0959db006b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -2,7 +2,7 @@ "description": "
Mergin Maps mobile app is a QGIS powered app for Android and iOS devices.
", "license": "GPLv3", "title": "Mergin Maps mobile app", - "version": "2024.3.0", + "version": "..", "upload_type": "software", "publication_date": "2022-02-24", "creators": [ @@ -39,7 +39,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/MerginMaps/mobile/tree/2024.3.0", + "identifier": "https://github.com/MerginMaps/mobile/tree/..", "relation": "isSupplementTo" }, { diff --git a/CITATION.cff b/CITATION.cff index f01f0fee79..b0b38e83dd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 2024.3.0 +cff-version: .. message: "If you use this software, please cite it as below." authors: - family-names: "Martin" diff --git a/CMakeLists.txt b/CMakeLists.txt index 67a15f1db0..218e85a31f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,9 +5,9 @@ cmake_minimum_required(VERSION 3.22) # ######################################################################################## # TODO automatically change with the scripts/update version script -set(MM_VERSION_MAJOR "2024") -set(MM_VERSION_MINOR "3") -set(MM_VERSION_PATCH "0") +set(MM_VERSION_MAJOR "") +set(MM_VERSION_MINOR "") +set(MM_VERSION_PATCH "") set(QT_VERSION_DEFAULT "6.6.3") # Note: we cannot set this for non-android build, since CMake will start looking for