Comment 6 for bug 1773324

Revision history for this message
Bryce Harrington (bryce) wrote : Re: rabbitmqadmin shows %%VSN%% as version

Hi Alvin, thanks for giving this issue some attention.

Often, projects will have some infrastructure in place for tracking their version. I would suggest start by reviewing their release directions, to see if they've documented where they set the number at release. Often there is a header/include file or a .in file somewhere, that gets processed and inserted where it's needed at build time. Or just do a grep through the source for %%VSN%% and see what references it.

If you don't find it quickly, let me know here or catch me on IRC and I'll help you look.