12 lines
209 B
C
12 lines
209 B
C
|
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* Copyright (c) 2015-2019 TrustKernel Incorporated
|
||
|
*/
|
||
|
|
||
|
#ifndef TKCORE_VERSION_H
|
||
|
#define TKCORE_VERSION_H
|
||
|
|
||
|
static const char tkcore_nsdrv_version[] = "3.4p3\n";
|
||
|
|
||
|
#endif
|