Ai
1 Star 0 Fork 0

snowingbear/mongoose-cpp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.h.in 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dinesh Manajipet 提交于 2018-05-25 20:37 +08:00 . Move all weak_ptr -> const shared_ptr&
#pragma once
#include <string>
namespace Mongoose
{
const std::string VERSION_STRING = "@mongoose_VERSION_STRING@";
const std::string VERSION_STRING_FULL = "@mongoose_VERSION_STRING_FULL@";
const std::string VERSION = "@mongoose_VERSION@";
const int VERSION_MAJOR = @mongoose_VERSION_MAJOR@;
const int VERSION_MINOR = @mongoose_VERSION_MINOR@;
const int VERSION_PATCH = @mongoose_VERSION_PATCH@;
const std::string VERSION_TWEAK = "@mongoose_VERSION_TWEAK@";
const std::string VERSION_AHEAD = "@mongoose_VERSION_AHEAD@";
const std::string VERSION_GIT_SHA = "@mongoose_VERSION_GIT_SHA@";
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/snowingbear/mongoose-cpp.git
git@gitee.com:snowingbear/mongoose-cpp.git
snowingbear
mongoose-cpp
mongoose-cpp
master

搜索帮助