Hello folks,
Like Alexandre explained, using different version control disallow the
use of the git describe command that gives us the git commit id to know
our running version of LTTng-tools. This patch aims to keep a version
number, even if it's not the most updated, even if we're outside a
git or bzr repository.
By default, it will just use the principal VERSION define. This behavior
was already in the source code, but wasn't working due to the default
blank GIT_VERSION define. Removing it does the trick.
Raphaël
Raphaël Beamonte (1):
Fix: remove the default GIT_VERSION define to allow different version
control
include/version.h.tmpl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
2.0.0.rc2
_______________________________________________
lttng-dev mailing list
[email protected]
http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev