aboutsummaryrefslogtreecommitdiff
path: root/program_info/org.polymc.PolyMC.metainfo.xml.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-07-23 14:20:52 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-08-12 14:22:24 +0200
commit1175461030f7bd90b69cb622f547879d76b54f3d (patch)
treeb2c0ac6d8a9ae7b72b3ac53704a797c24c092e9f /program_info/org.polymc.PolyMC.metainfo.xml.in
parent74120fe1f3b072b78298dce68aedb397efb522a2 (diff)
downloadPrismLauncher-1175461030f7bd90b69cb622f547879d76b54f3d.tar.gz
PrismLauncher-1175461030f7bd90b69cb622f547879d76b54f3d.tar.bz2
PrismLauncher-1175461030f7bd90b69cb622f547879d76b54f3d.zip
refactor: switch to new versioning scheme
The new versioning system is based on the versioning system used by the GNOME Foundation for the GNOME desktop. We are dropping the "major version" as defined by SemVer and move to a version number with a most and least significant number. The most significant number must be incremented, if there are new features or significant changes since last major release. Otherwise, the least significant number must be incremented, if there are only minor changes since the last release. New features or significant changes mustn't be introduced by a bump of the least significant number. If a minor change would introduce small user-facing changes (like a message-box or slight UI changes), it could still be classified as a minor change. At the end of the day, a human shall decide, if a change is minor or significant, as there is no clear line that would separate a "minor" and a "significant" change in a GUI-application. Definitions: feature: New user-facing functionality significant change: Something that changes user-facing behavior minor change: Something that fixes unexpected behavior Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'program_info/org.polymc.PolyMC.metainfo.xml.in')
-rw-r--r--program_info/org.polymc.PolyMC.metainfo.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/program_info/org.polymc.PolyMC.metainfo.xml.in b/program_info/org.polymc.PolyMC.metainfo.xml.in
index ea665655..0ce6c2db 100644
--- a/program_info/org.polymc.PolyMC.metainfo.xml.in
+++ b/program_info/org.polymc.PolyMC.metainfo.xml.in
@@ -48,7 +48,7 @@
</screenshot>
</screenshots>
<releases>
- <release version="@Launcher_RELEASE_VERSION_NAME@" date="@Launcher_RELEASE_TIMESTAMP@"></release>
+ <release version="@Launcher_VERSION_NAME@" date="@Launcher_BUILD_TIMESTAMP@"></release>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-fantasy">moderate</content_attribute>