Dan Sugalski writes:
> FWIW, my current view of "The Module Plan" is for all modules to be 
> identifiable via a module name/author ID/version triple. 

.NET has a 4-byte version:

  major.minor.build.revision

Programs are compiled to require the version that was present when the
program was compiled.  To permit other revisions/versions/etc., you
edit the program's metadata.

Nat

Reply via email to