Results 1 to 10 of 10

Thread: [RESOLVED] When should I change each Version increment in my application?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Resolved [RESOLVED] When should I change each Version increment in my application?

    Well I just did an update on my application-i fixed a few major bugs and minor bugs and did some UI enhancements- my old version was 1.0.0.0 should it now be 1.0.1.1 or 1.0.1.0 or 1.1.0.0 or 1.1.0.1? I need to know when I should change each point...Should my revision increment increase by one every sing time, even if i updated the build? The Minor? Major? Please Help-I want my application to be as professional as possible... THANKS

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: When should I change each Version increment in my application?

    I asked the exact same question not that long ago... I'm just struggling to find the thread. Give me a minute
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: When should I change each Version increment in my application?

    How you change it is up to you. There's not really a set standard.

    Think about how other companies do it. When small changes are made, the number goes up slightly at the end.

    So if your version was 1.0.0.0 and you made a slight tweak, like you fixed some text or a small bug, you'd do something like 1.0.0.1. But let's say you made a decent improvement, you might make it 1.0.1.1. And then of course a significant improvement could be 1.1 and then a huge update: 2, etc.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  4. #4
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: When should I change each Version increment in my application?

    Here's the thread I was thinking of: http://www.vbforums.com/showthread.php?t=599912
    Not exactly the same as what you asked but hopefully gives you some good info anyway
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  5. #5

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Re: When should I change each Version increment in my application?

    so does that mean that i should add a revision increment up one each time I update the app?

  6. #6
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: When should I change each Version increment in my application?

    Quote Originally Posted by reconrey View Post
    so does that mean that i should add a revision increment up one each time I update the app?
    Typically, yes. But that doesn't mean add a revision each time you change a text or something. You can wait until several changes are made and then increment.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Re: When should I change each Version increment in my application?

    so if i added a decent update then I would change it to 1.0.1.1 than a very small update and I would change it to 1.0.1.2 than another decent update it would become 1.0.2.3 or 1.0.2.0?

  8. #8
    Addicted Member
    Join Date
    Apr 2009
    Location
    Croatia
    Posts
    201

    Re: When should I change each Version increment in my application?

    it would become 1.0.2.0 as that is the first larger version, and after that it would become 1.0.2.3 and so on, and so on...

  9. #9
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: When should I change each Version increment in my application?

    Quote Originally Posted by reconrey View Post
    so if i added a decent update then I would change it to 1.0.1.1 than a very small update and I would change it to 1.0.1.2 than another decent update it would become 1.0.2.3 or 1.0.2.0?
    Pretty much. How it's done is solely up to you. Just try and stay consistent
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Feb 2010
    Posts
    106

    Re: When should I change each Version increment in my application?

    ok thanks guys

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width