• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to give versions to software ?

 
Ranch Hand
Posts: 692
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what does this terms means while versioning the software ?
  • major release
  • minor release
  • build
  • revision

  •  
    Saloon Keeper
    Posts: 15524
    364
    • Likes 1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    They are completely open to interpretation. Every software producer has their own idea of what is considered a major release, or a revision, or whatever. As a matter of fact, lately there's been a bit of a shift towards major releases, i.e., new versions formerly considered minor releases are now released as a major one. Think of how fast Mozilla went from Firefox 3 to Firefox 9.

    Personally I would use a major release when the program has almost completely changed, either in user experience or underlying architecture. Minor releases are for when you add new big features to an application, and revisions/builds/updates are for changes or fixes to existing features. I would also use the suffix -b to indicate a beta version.
     
    What kind of corn soldier are you? And don't say "kernel" - that's only for this tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic