c05564c4d8
Android 13
12 lines
209 B
C
Executable file
12 lines
209 B
C
Executable file
/* 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
|