Hacker News new | ask | show | jobs
Ask HN: How do you manage version numbers for multi-platform application
1 points by xyclos 1391 days 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 comments

Yes, same version for all platforms.