On Sun, Jun 10, 2007 at 05:45:42PM +0200, Vincent GROSS wrote: > Hi folks, > > I'm trying to make a somewhat decent port of ICU > (http://www.icu-project.org), and I have a problem with version > numbering : the current version is 3.6, but the version number appended > to the shareds objects is 36.0 ... should I keep it like that or follow > the OpenBSD recommandation and turn it into 3.6 ? (it can be done via > MAKE_FLAGS) > I've sent a mail to the ICU support mailing list to ask them about the > version numbering scheme.
I fail to see why the shared library version should be 3.6, especially considering we have no ICU port currently. It should start at 0.0, and get bumped when needed...
