1 Star 0 Fork 1

wangliangfmail / TTKDownloader

forked from 吕蓊鉴 / TTKDownloader 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
downloadversion.h 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Greedysky 提交于 2017-09-23 22:27 . Update new source[649755]
#ifndef DOWNLOADVERSION_H
#define DOWNLOADVERSION_H
/**
* C
*
* opyright (c) 2016 - 2017 Greedysky Studio <greedysky@163.com>
*
* TTKDownloader that imitation xunlei downloader, based on Qt for windows.
*/
/** \mainpage
*
* \section encoding Attention
*
*
*/
/* =================================================
* This file is part of the TTK Downloader project
* Copyright (c) 2016 - 2017 Greedysky Studio
* All rights reserved!
* Redistribution and use of the source code or any derivative
* works are strictly forbiden.
=================================================*/
//update time 2017.09.21
#define DOWNLOAD_VERSION_STR "1.0.0.0"
#define DOWNLOAD_VERSION_WSTR L"1.0.0.0"
#define DOWNLOAD_VER_TIME_STR "(2017/09/21)"
#define DOWNLOAD_MAJOR_VERSION 1
#define DOWNLOAD_MIDLE_VERSION 0
#define DOWNLOAD_MINOR_VERSION 0
#define DOWNLOAD_PATCH_VERSION 0
#define DOWNLOAD_VERSION 0x01000
#define DOWNLOAD_VERSION_CHECK(major, middle, minor, patch) ((major<<12)|(middle<<8)|(minor<<4)|(patch))
#endif // DOWNLOADVERSION_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wangliangfmail/TTKDownloader.git
git@gitee.com:wangliangfmail/TTKDownloader.git
wangliangfmail
TTKDownloader
TTKDownloader
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891