version.h.in: Do not use @template@
@template@s will be replaced by empty strings and the comment in generated files will be broken. Replace them with just simple words. Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
parent
f96e6ccbc0
commit
bbab3d6940
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#ifndef _@VERSION_TYPE@_VERSION_H_
|
||||
#define _@VERSION_TYPE@_VERSION_H_
|
||||
|
||||
/* @templates@ values come from cmake/version.cmake
|
||||
* BUILD_VERSION related @template@ values will be 'git describe',
|
||||
/* The template values come from cmake/version.cmake
|
||||
* BUILD_VERSION related template values will be 'git describe',
|
||||
* alternatively user defined BUILD_VERSION.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue