Skip to content

Commit

Permalink
updating versions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 15, 2024
1 parent f0b69c6 commit e9ea4f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "<p>Mergin Maps mobile app is a QGIS powered app for Android and iOS devices.</p>",
"license": "GPLv3",
"title": "Mergin Maps mobile app",
"version": "2024.3.0",
"version": "..",
"upload_type": "software",
"publication_date": "2022-02-24",
"creators": [
Expand Down Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9ea4f5

Please sign in to comment.