1 Star 0 Fork 0

MorSunChen/janus-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.h 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*! \file version.h
* \author Lorenzo Miniero <lorenzo@meetecho.com>
* \copyright GNU General Public License v3
* \brief Janus GitHub versioning (headers)
* \details This exposes a quick an easy way to display the commit the
* compiled version of Janus implements, and when it has been built. It
* is based on this excellent comment: http://stackoverflow.com/a/1843783
*
* \ingroup core
* \ref core
*/
#ifndef _JANUS_VERSION_H
#define _JANUS_VERSION_H
extern int janus_version;
extern const char *janus_version_string;
extern const char *janus_build_git_time;
extern const char *janus_build_git_sha;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/MorsunJacky/janus-gateway.git
git@gitee.com:MorsunJacky/janus-gateway.git
MorsunJacky
janus-gateway
janus-gateway
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385