On 2013-03-15 14:40, Raphaël Beamonte wrote: > Signed-off-by: Raphaël Beamonte > --- > .gitignore | 2 ++ > include/Makefile.am | 26 +++++++++++++++++++++++++- > include/version.h.tmpl | 27 +++++++++++++++++++++++++++ > src/bin/lttng-sessiond/lttng-sessiond.h | 14 ++++++++++++++ > src/bin/lttng-sessiond/main.c | 2 +- > src/bin/lttng/commands/version.c | 4 +++- > src/bin/lttng/lttng.c | 5 ++++- > src/bin/lttng/utils.h | 13 +++++++++++++ > 8 files changed, 89 insertions(+), 4 deletions(-) > create mode 100644 include/version.h.tmpl This new version of the patch should answer to your last comments. Feel free to give new comments and critics ! I just wasn't able to check the "make dist" as it seems broken in the last commit of lttng-tools. Raphaël