Thread: Software version guideline

  1. #1
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696

    Software version guideline

    Anybody knows any sort of guideline to give version number to software? Say, bug fix will mean .1 increase (from 1.0 to 1.1); if you have significant new features you go full one point (from 1 to 2), etc. I heard that there are so many "standards" of versioning. Could you link me to some of them that you know?

    As always, thanks for your time.
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  2. #2
    Registered User Scribbler's Avatar
    Join Date
    Sep 2004
    Location
    Aurora CO
    Posts
    266
    I'm a bit partial to the method used for linux kernels.

    Three numbers. The first being the major number, which changes when the program pretty much gets a complete re-write. The second being the minor, which occurs with minor additions/tweaks to add features to the existing program, as well as odd numbers representing developmental versions and even numbers being stable release. And finally the Third number representing revisions for bugfix/security fixes or patches.
    Last edited by Scribbler; 03-28-2005 at 12:42 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. How to set File Version of VC++ 6 dll
    By mercury529 in forum Windows Programming
    Replies: 3
    Last Post: 12-08-2006, 02:49 PM
  3. Software I can't live without
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 57
    Last Post: 12-04-2006, 05:14 AM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. Software piracy
    By Govtcheez in forum A Brief History of Cprogramming.com
    Replies: 37
    Last Post: 12-03-2001, 12:28 AM