11 lines
258 B
C
11 lines
258 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef __VERSION_STRING_H__
|
|
#define __VERSION_STRING_H__
|
|
|
|
extern const char version_string[];
|
|
extern const unsigned short version_num;
|
|
extern const unsigned char version_num_patch;
|
|
|
|
#endif /* __VERSION_STRING_H__ */
|