-
raghusha-xlnx authoredraghusha-xlnx authored
version.h 585 B
/*
* This file is part of the QDMA userspace application
* to enable the user to execute the QDMA functionality
*
* Copyright (c) 2018-2022, Xilinx, Inc. All rights reserved.
* Copyright (c) 2022-2023, Advanced Micro Devices, Inc. All rights reserved.
*
* This source code is licensed under BSD-style license (found in the
* LICENSE file in the root directory of this source tree)
*/
#ifndef __DMA_CTL_VERSION_H
#define __DMA_CTL_VERSION_H
#define PROGNAME "dma-ctl"
#define VERSION "2023.1.3"
#define COPYRIGHT "Copyright (c) 2022-2023 Advanced Micro Devices Inc."
#endif