On Tue, Nov 20, 2012 at 09:00:47AM -0600, Jeremiah Benham wrote: > For some reason I found an email on the archive that did not make it > to my inbox. It was about compiling portmidi without different > CFLAGS. I have done that. I am not sure what we want to call the > next release candidate. denemo-1.0-rc1 or something like that? ... > Jeremiah
Adding a tilde "~": denemo-1.0.0~rc1.tar.gz, could be a good idea :). Because in debian tools (and others) "a tilde sorts before anything even the end of a part". "For example, 1.0~beta1~svn1245 sorts earlier than 1.0~beta1, which sorts earlier than 1.0." $ dpkg --compare-versions 0.9.6 gt 0.9.6rc1 && echo true || echo false false $ dpkg --compare-versions 0.9.6 gt 0.9.6~rc1 && echo true || echo false true Cheers o/, -- Josué M. Abarca S. _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
