Re: [Babel-users] Add -v option to babel?

2013-07-21 Thread Juliusz Chroboczek
Would it be possible to add a -v to babel to display the version? It would, but only if it's computed automatically by the build process. -- Juliusz ___ Babel-users mailing list Babel-users@lists.alioth.debian.org

Re: [Babel-users] Add -v option to babel?

2013-07-21 Thread Henning Rogge
If you tag all versions in your repository, it should be easy to get a version string from the last relevant tag. We use the following command in the OLSRv2 makefile system: git describe --always --long --tags --dirty --match v[0-9]* Henning On Sun, Jul 21, 2013 at 1:16 PM, Juliusz Chroboczek