1 Star 0 Fork 0

other / ZeroTierOne

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.h 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adam Ierymenko 提交于 2023-09-12 16:20 . macOS version bump
/*
* Copyright (c)2019 ZeroTier, Inc.
*
* Use of this software is governed by the Business Source License included
* in the LICENSE.TXT file in the project's root directory.
*
* Change Date: 2025-01-01
*
* On the date above, in accordance with the Business Source License, use
* of this software will be governed by version 2.0 of the Apache License.
*/
/****/
#ifndef _ZT_VERSION_H
#define _ZT_VERSION_H
/**
* Major version
*/
#define ZEROTIER_ONE_VERSION_MAJOR 1
/**
* Minor version
*/
#define ZEROTIER_ONE_VERSION_MINOR 12
/**
* Revision
*/
#define ZEROTIER_ONE_VERSION_REVISION 2
/**
* Build version
*
* This starts at 0 for each major.minor.rev tuple and can be incremented
* to force a minor update without an actual version number change. It's
* not part of the actual release version number.
*/
#define ZEROTIER_ONE_VERSION_BUILD 0
#ifndef ZT_BUILD_ARCHITECTURE
#define ZT_BUILD_ARCHITECTURE 0
#endif
#ifndef ZT_BUILD_PLATFORM
#define ZT_BUILD_PLATFORM 0
#endif
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/other_7/ZeroTierOne.git
git@gitee.com:other_7/ZeroTierOne.git
other_7
ZeroTierOne
ZeroTierOne
dev

搜索帮助

344bd9b3 5694891 D2dac590 5694891