1 Star 0 Fork 7

liulinwei / emqx-neuron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.h.in 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
eeff 提交于 2022-05-31 14:43 . build: auto generate version header file
/**
* NEURON IIoT System for Industry 4.0
* Copyright (C) 2020-2022 EMQ Technologies Co., Ltd All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
/*
* DO NOT EDIT THIS FILE MANUALLY!
* It was automatically generated by `neuron-version.cmake`
*/
#ifndef NEURON_VERSION_H
#define NEURON_VERSION_H
#define NEURON_VERSION "@NEURON_VERSION@"
#define NEURON_VERSION_MAJOR @NEURON_VERSION_MAJOR@
#define NEURON_VERSION_MINOR @NEURON_VERSION_MINOR@
#define NEURON_VERSION_MICRO @NEURON_VERSION_MICRO@
#define NEURON_GIT_REV "@GIT_REV@"
#define NEURON_GIT_TAG "@GET_TAG@"
#define NEURON_GIT_DIFF "@GIT_DIFF@"
#define NEURON_GIT_BRANCH "@GIT_BRANCH@"
#define NEURON_BUILD_DATE "@NEURON_BUILD_DATE@"
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/barryllwei/emqx-neuron.git
git@gitee.com:barryllwei/emqx-neuron.git
barryllwei
emqx-neuron
emqx-neuron
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891