This is to allow different version control other than git.
Tested-by: Alexandre Montplaisir <alexandre.montplaisir@gmail.com>
Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
#ifndef VERSION_H
#define VERSION_H
-#define GIT_VERSION
-
/*
* Define the macro containing the FULL version
*/
#ifdef GIT_VERSION
#define FULL_VERSION "" GIT_VERSION
#else /* GIT_VERSION */
-#define FULL_VERSION "v" VERSION
+#define FULL_VERSION "" VERSION
#endif /* GIT_VERSION */
#endif /* VERSION_H */