forked from rrcarlosr/Jetpack
24 lines
734 B
C
24 lines
734 B
C
|
/*
|
||
|
* drivers/misc/tegra-profiler/version.h
|
||
|
*
|
||
|
* Copyright (c) 2013-2020, NVIDIA CORPORATION. All rights reserved.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify it
|
||
|
* under the terms and conditions of the GNU General Public License,
|
||
|
* version 2, as published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope it will be useful, but WITHOUT
|
||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||
|
* more details.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __QUADD_VERSION_H
|
||
|
#define __QUADD_VERSION_H
|
||
|
|
||
|
#define QUADD_MODULE_VERSION "1.141"
|
||
|
#define QUADD_MODULE_BRANCH "Dev"
|
||
|
|
||
|
#endif /* __QUADD_VERSION_H */
|