Skip to content

Commit

Permalink
发布 2.4.0beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Jun 25, 2020
1 parent 9e68438 commit 9622641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dice/GlobalVar.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
* 请勿修改Dice_Build, Dice_Ver_Without_Build,DiceRequestHeader以及Dice_Ver常量
* 请修改Dice_Short_Ver或Dice_Full_Ver常量以达到版本自定义
*/
const unsigned short Dice_Build = 562u;
inline const std::string Dice_Ver_Without_Build = "2.4.0beta2";
constexpr auto DiceRequestHeader = "Dice/2.4.0BETA2";
const unsigned short Dice_Build = 563u;
inline const std::string Dice_Ver_Without_Build = "2.4.0beta3";
constexpr auto DiceRequestHeader = "Dice/2.4.0BETA3";
inline const std::string Dice_Ver = Dice_Ver_Without_Build + "(" + std::to_string(Dice_Build) + ")";
inline const std::string Dice_Short_Ver = "Dice! by 溯洄 Shiki Ver " + Dice_Ver;

Expand Down
4 changes: 2 additions & 2 deletions Dice/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"ret": 1,
"apiver": 9,
"name": "Dice!",
"version": "2.4.0beta2",
"version_id": 562,
"version": "2.4.0beta3",
"version_id": 563,
"author": "w4123溯洄 Shiki",
"description": "跑团用骰子 本程序使用AGPLv3开源协议授权 Copyright (c) 2018-2019 w4123溯洄 Shiki",
"event": [
Expand Down

0 comments on commit 9622641

Please sign in to comment.