[fossil-users] Fossil and displaying version information

2011-12-12 Thread Christopher Berardi
Let's say I have a test console program for *nix systems, named 'testprog' that I have in source control via Fossil. Now, each time I make a commit, it generates a new version number. What I am looking for is how to output that version number to the console like so: $ testprog --version

Re: [fossil-users] Fossil and displaying version information

2011-12-12 Thread Richard Hipp
On Mon, Dec 12, 2011 at 6:29 PM, Christopher Berardi cbera...@natoufa.comwrote: Let's say I have a test console program for *nix systems, named 'testprog' that I have in source control via Fossil. Now, each time I make a commit, it generates a new version number. What I am looking for is how