summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2022-12-08 15:05:48 +0200
committerKatja Marttila <katja.marttila@qt.io>2022-12-08 15:12:01 +0200
commit8484fa9bb739bdc9dd873a0d569e7668117d6b81 (patch)
treeee49d37d9d8513f40b59c11df0be2a331adc2abe
parent2166d42e2e37590c67c7d063d6d0f3bff7da8c24 (diff)
Fix version number replacement in package.xml4.5.1
Binarycreator and repogen does not yet replace the placeholders, thus reverting the change where version number is set with placeholder instead of hard coded version number. Change-Id: Iab7e46ef104f194657e1a1c4dd78e55f931d92fb Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
-rw-r--r--dist/packages/org.qtproject.ifw.binaries/meta/package.xml2
-rw-r--r--dist/packages/org.qtproject.ifw/meta/package.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
index 2e199e585..fd3052b65 100644
--- a/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
+++ b/dist/packages/org.qtproject.ifw.binaries/meta/package.xml
@@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Framework Binaries</DisplayName>
<Description>Installs the binaries, examples and help files.</Description>
- <Version>@IFW_VERSION_STR@</Version>
+ <Version>4.5.1</Version>
<ReleaseDate>2022-07-07</ReleaseDate>
<Default>True</Default>
</Package>
diff --git a/dist/packages/org.qtproject.ifw/meta/package.xml b/dist/packages/org.qtproject.ifw/meta/package.xml
index f742c735f..cf28ccf1b 100644
--- a/dist/packages/org.qtproject.ifw/meta/package.xml
+++ b/dist/packages/org.qtproject.ifw/meta/package.xml
@@ -2,7 +2,7 @@
<Package>
<DisplayName>Qt Installer Framework</DisplayName>
<Description>Installs the Qt Installer Framework.</Description>
- <Version>@IFW_VERSION_STR@</Version>
+ <Version>4.5.1</Version>
<ReleaseDate>2022-07-07</ReleaseDate>
<Licenses>
<License name="The Qt Company GPL Exception 1.0" file="LICENSE.GPL3-EXCEPT" />