openmv/lib/stai/libstai/include/ll_aton_version.h
iabdalkader e95a19c963 lib: Add STAI library and ML backend.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-06-10 11:53:31 +02:00

29 lines
946 B
C

/**
******************************************************************************
* @file ll_aton_version.h
* @author SRA Artificial Intelligence & Embedded Architectures
* @brief Header file of ATON Verion information
******************************************************************************
* @attention
*
* Copyright (c) 2024 STMicroelectronics.
* All rights reserved.
*
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
*/
#ifndef __LL_ATON_VERSION_H
#define __LL_ATON_VERSION_H
#define LL_ATON_VERSION_NAME "atonn-v1.1.0-31-g27f5d5bc"
#define LL_ATON_VERSION_MAJOR (1)
#define LL_ATON_VERSION_MINOR (1)
#define LL_ATON_VERSION_MICRO (0)
#define LL_ATON_VERSION_DEV (31)
#endif