TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you use version numbers?

1 pointsby freshrap6over 13 years ago
I remember seeing a post about how browsers are going away from version numbers. They don't really matter for web apps(outside of the developers), but for desktop apps and mobile apps they are very applicable. I don't feel like this is a topic covered very well in school. Most people seem to follow the syntax X.Y.Z-A, but how they increment these values is something I've always wondered.

1 comment

Nemisis7654over 13 years ago
I am not an experienced developer by any means (I have only one app on the Android Marketplace), but I this is the way that I do it:<p>-For any updates that are just minor bug fixes, then I update the Z. ie: 1.0.0 --&#62; 1.0.1<p>-For any updates that add a pretty big feature of some sort, that's just more than a simple bug fix, then I update the Y., and reset the Z. ie: 1.0.3 --&#62; 1.1.0<p>-For major updates that add a lot of features, and/or implement a new UI or something, then I update the X, ie: 1.1.2 --&#62; 2.0.0.<p>Again, I am not sure if this is the normal way, but it's how I do it.
评论 #2968519 未加载