Skip to content
Commit 2179d5d5 authored by David Jarvie's avatar David Jarvie
Browse files

Use incremental version suffix to make version unique for each KDE Gear release

.1, .2, etc looks nicer than appending the KDE Gear version
parent bff01a8b
Pipeline #205517 skipped
  • Developer

    I think you need to keep the 4 lines

    set(RELEASE_SERVICE_VERSION_MAJOR "22")
    set(RELEASE_SERVICE_VERSION_MINOR "07")
    set(RELEASE_SERVICE_VERSION_MICRO "80")
    set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")`

    because there is a script which increments them automatically

    Edited by Luigi Toscano
  • Author Developer

    What script is that? I just compared kalarm's CMakeLists.txt to korganizer's (as an example), and it doesn't set MAJOR, MINOR etc.

  • Developer

    I don't think korganizer is a good example, I see the values are bumped manually. But generally this script is used:

    https://invent.kde.org/sysadmin/release-tools/-/blob/master/increase_repos_version.sh

  • Developer

    @heikobecker @aacid can provide more details

  • Developer

    I don't think korganizer is a good example, I see the values are bumped manually. But generally this script is used:

    https://invent.kde.org/sysadmin/release-tools/-/blob/master/increase_repos_version.sh

    Correct, there are project's that do it manually and yes, that's the script used in the process of creating Gear releases.

  • Author Developer

    Thanks both. Fixed now.

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment