Private
Public Access
2
0

version.h: add versioning info from git

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-28 00:29:14 +01:00
parent 1ba2d6040c
commit 00fd42b186
11 changed files with 262 additions and 15 deletions

View File

@@ -29,6 +29,6 @@
int
main(int argc, char **argv)
{
fprintf(stdout, "hello maa\n Version: %d\n", maa_get_version());
fprintf(stdout, "hello maa\n Version: %s\n", maa_get_version());
return 0;
}