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:
Yasushi SHOJI 2024-02-06 14:22:34 +09:00 committed by Anas Nashif
commit bbab3d6940

View file

@ -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.
*/