Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtIFW version format and order

QtIFW version format and order

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 184 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alex Lyapin
    wrote on last edited by Alex Lyapin
    #1

    I have updated one of packages recently using QtIFW and faced situation when maintenance tool can't find new updated despite it is properly pushed.

    Here is packge meta for new and previous updates:

    <?xml version="1.0"?>
    <Package>
        <DisplayName>...</DisplayName>
        <Description>...</Description>
        <Version>1.10.0</Version>
        <ReleaseDate>2024-01-30</ReleaseDate>
        <SortingPriority>50</SortingPriority>
        <Default>true</Default>
        <ForcedInstallation>true</ForcedInstallation>
    </Package>
    
    <?xml version="1.0"?>
    <Package>
        <DisplayName>...</DisplayName>
        <Description>...</Description>
        <Version>1.9.3</Version>
        <ReleaseDate>2024-01-30</ReleaseDate>
        <SortingPriority>50</SortingPriority>
        <Default>true</Default>
        <ForcedInstallation>true</ForcedInstallation>
    </Package>
    

    It feels like version 1.10.0 is treated as less than 1.9.3 which is possible if the comparison is done based on strings.

    Is it correct explanation? if so how can one manage 9+ version numbers?

    All the best,
    Alex

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved