Skip to content

Commit bbab3d6

Browse files
yashinashif
authored andcommitted
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>
1 parent f96e6cc commit bbab3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.h.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef _@VERSION_TYPE@_VERSION_H_
22
#define _@VERSION_TYPE@_VERSION_H_
33

4-
/* @templates@ values come from cmake/version.cmake
5-
* BUILD_VERSION related @template@ values will be 'git describe',
4+
/* The template values come from cmake/version.cmake
5+
* BUILD_VERSION related template values will be 'git describe',
66
* alternatively user defined BUILD_VERSION.
77
*/
88

0 commit comments

Comments
 (0)