Click here to Skip to main content
15,891,529 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Are Software versions a decimal? Pin
kalberts20-Feb-19 21:18
kalberts20-Feb-19 21:18 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 22:14
professionalMike (Prof. Chuck)20-Feb-19 22:14 
GeneralRe: Are Software versions a decimal? Pin
Dave Kreskowiak21-Feb-19 2:42
mveDave Kreskowiak21-Feb-19 2:42 
GeneralRe: Are Software versions a decimal? Pin
Gary Wheeler20-Feb-19 6:37
Gary Wheeler20-Feb-19 6:37 
GeneralRe: Are Software versions a decimal? Pin
Member 916705720-Feb-19 20:53
Member 916705720-Feb-19 20:53 
GeneralRe: Are Software versions a decimal? Pin
Formerly 11521271 Member20-Feb-19 21:33
professionalFormerly 11521271 Member20-Feb-19 21:33 
GeneralRe: Are Software versions a decimal? Pin
englebart21-Feb-19 1:54
professionalenglebart21-Feb-19 1:54 
GeneralRe: Are Software versions a decimal? Pin
agolddog21-Feb-19 2:37
agolddog21-Feb-19 2:37 
If I understand your question right, here's what I've been taught: it's best to think of them in the "count up" way. Each piece is a different part: majorVersion.minorVersion (some include another dot for bugfixVersion or some such. I think I've seen up to four parts.)

How you determine whether a release is "major" or "minor" (and thus which part you change) is up to you. Something you might consider major (rewrite data access layer) is not to your clients; they don't see any changes. Something you might consider minor, might be major to your clients (re-styling the site so it totally looks different, even though nothing changed under the hood).

One thing to keep in mind: once you've decided a release increments majorVersion, minorVersion resets to 0 (i.e., we're starting out on the 3rd big release. There will undoubtedly be smaller releases which then push it to 3.1, 3.2, etc, etc).

GeneralRe: Are Software versions a decimal? Pin
PSU Steve21-Feb-19 4:02
professionalPSU Steve21-Feb-19 4:02 
GeneralRe: Are Software versions a decimal? Pin
Gerry Schmitz21-Feb-19 6:10
mveGerry Schmitz21-Feb-19 6:10 
GeneralRe: Are Software versions a decimal? Pin
vbjay.net21-Feb-19 7:48
vbjay.net21-Feb-19 7:48 
GeneralRe: Are Software versions a decimal? Pin
DerekT-P21-Feb-19 10:04
professionalDerekT-P21-Feb-19 10:04 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)21-Feb-19 18:32
professionalMike (Prof. Chuck)21-Feb-19 18:32 
GeneralRe: Are Software versions a decimal? Pin
jschell23-Feb-19 9:34
jschell23-Feb-19 9:34 
GeneralRe: Are Software versions a decimal? Pin
Kirk 1038982126-Feb-19 4:43
Kirk 1038982126-Feb-19 4:43 
GeneralCCCWNSO Pin
pkfox19-Feb-19 22:10
professionalpkfox19-Feb-19 22:10 
GeneralMini CCCs 27 Pin
Tim Deveaux19-Feb-19 18:24
Tim Deveaux19-Feb-19 18:24 
GeneralRe: Mini CCCs 27 Pin
GKP199219-Feb-19 18:40
professionalGKP199219-Feb-19 18:40 
GeneralRe: Mini CCCs 27 - Done Pin
Tim Deveaux19-Feb-19 18:41
Tim Deveaux19-Feb-19 18:41 
GeneralRe: Mini CCCs 27 Pin
OriginalGriff19-Feb-19 19:32
mveOriginalGriff19-Feb-19 19:32 
GeneralHalf Gross Pin
Peter_in_278019-Feb-19 17:47
professionalPeter_in_278019-Feb-19 17:47 
GeneralRe: Half Gross Pin
Tim Deveaux19-Feb-19 18:16
Tim Deveaux19-Feb-19 18:16 
GeneralRe: Half Gross Pin
OriginalGriff19-Feb-19 19:42
mveOriginalGriff19-Feb-19 19:42 
GeneralRe: Half Gross Pin
Jörgen Andersson19-Feb-19 22:18
professionalJörgen Andersson19-Feb-19 22:18 
GeneralGame development Pin
Zaf Khan19-Feb-19 19:22
Zaf Khan19-Feb-19 19:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.