blob: a7d07e4cc7cac3d7e54327bfe08c64c6ad9c784c [file] [log] [blame]
/* 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__ */