Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Languages Misc > Version numberi...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 8 Topic 1150 of 1154
Post > Topic >>

Version numbering scheme and language support

by James Harris <james.harris.1@[EMAIL PROTECTED] > May 8, 2008 at 04:57 PM

Is there any mileage in devising a general application version
numbering scheme and providing support this in a programming language?
The reason for asking is that it seems useful, in terms of managing a
computer system composed of many modules, for the components of that
system to have at least

   <user version info>.<feature>.<fix>

where

   <feature> increments on each /release/ of a new feature set
   <fix> resets to 0 or 1 on each feature change and increments on
each released bug-fix

The user version info would be arbitrary so could include higher level
version numbers or not as needed. For example, MyApp.2.1.4 would be a
release of "MyApp.2" feature set 1 and fix version 4.

Why offer support for this in a programming language? For two reasons,
1. it provides intrinsic support for releases of standard (and
possibly other) libraries for the language; 2. it offers this support
to applications (and system programs) written in the language. These
are only worth doing if the scheme is general enough.

Note that use of the scheme would be optional for apps and system
programs, and strictly speaking optional for libraries too. I'm not
proposing mandating use of this feature, just asking if it would be
useful and if there is a better way to arrange releases of code.

--
James




 8 Posts in Topic:
Version numbering scheme and language support
James Harris <james.ha  2008-05-08 16:57:52 
Re: Version numbering scheme and language support
Gene <gene.ressler@[EM  2008-05-08 17:03:52 
Re: Version numbering scheme and language support
Logan Shaw <lshaw-usen  2008-05-08 22:48:42 
Re: Version numbering scheme and language support
"Marvin Haggler"  2008-05-11 11:15:30 
Re: Version numbering scheme and language support
"Gary D Man" &l  2008-05-11 14:12:20 
Re: Version numbering scheme and language support
"Gary D Man" &l  2008-05-12 14:46:20 
Re: Version numbering scheme and language support
James Harris <james.ha  2008-05-11 11:09:25 
Re: Version numbering scheme and language support
Logan Shaw <lshaw-usen  2008-05-11 14:15:51 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu May 15 1:08:23 CDT 2008.