C Board  

Go Back   C Board > Community Boards > Tech Board

Reply
 
LinkBack Thread Tools Display Modes
Old 03-28-2005, 12:00 AM   #1
unleashed
 
alphaoide's Avatar
 
Join Date: Sep 2003
Posts: 693
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
alphaoide is offline   Reply With Quote
Old 03-28-2005, 12:36 AM   #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.
__________________
rmjones@gmail.com

Last edited by Scribbler; 03-28-2005 at 12:42 AM.
Scribbler is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to set File Version of VC++ 6 dll mercury529 Windows Programming 3 12-08-2006 02:49 PM
Software I can't live without Mario F. General Discussions 57 12-04-2006 05:14 AM
Problem building Quake source Silvercord Game Programming 14 01-25-2003 10:01 PM
fopen(); GanglyLamb C Programming 8 11-03-2002 12:39 PM
Software piracy Govtcheez A Brief History of Cprogramming.com 37 12-03-2001 12:28 AM


All times are GMT -6. The time now is 12:02 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22