top | item 32608037

Ask HN: How do you manage version numbers for multi-platform application

1 points| xyclos | 3 years ago

We have an application that is built for multiple platforms (web, mobile, desktop) from a single code base. We maintain a version number which resembles semantic version, but has specific internal meaning. The version number is user facing to help when submitting feedback or support requests. We keep having conversations about whether the version should always be in sync across platforms. I'm just curious if anyone else has a similar situation and how it is managed.

1 comment

order

pestatije|3 years ago

Yes, same version for all platforms.