Re: modules and version numbers

2007-10-15 Thread Ludovic Courtès
Hi, Marco Maggi [EMAIL PROTECTED] writes: So I have to write my own file system inspection script to find the available versions of a package. :-( I'd recommend against such guessing, since it can quickly become indeterministic, unreliable, etc. Thanks, Ludovic.

modules and version numbers

2007-10-05 Thread Marco Maggi
Ciao, I am thinking about adding a version number to my modules; I want a simple scheme 'major.minor', with NO patch level and NO status indicator (devel, alpha, beta, stable). The major number changes only when backward compatibility is broken. No problem for C language shared