Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Bump version to v4.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Sep 26, 2018
1 parent d39525b commit daa0759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions io.github.richardchien.coolqhttpapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"ret": 1,
"apiver": 9,
"name": "HTTP API",
"version": "4.5.0-beta.1",
"version_id": 420,
"version": "4.5.0-beta.2",
"version_id": 421,
"author": "Richard Chien",
"description": "通过 HTTP 或 WebSocket 对酷 Q 的事件进行上报以及接收请求来调用酷 Q 的 DLL 接口,从而可以使用其它语言编写酷 Q 插件。具体见 https://github.com/richardchien/coolq-http-api",
"event": [
Expand Down
4 changes: 2 additions & 2 deletions src/cqhttp/core/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define CQHTTP_ID "io.github.richardchien.coolqhttpapi"
#define CQHTTP_NAME "CoolQ HTTP API"

#define CQHTTP_BUILD_NUMBER 420
#define CQHTTP_BUILD_NUMBER 421

#define _CQHTTP_TO_STR(x) #x
#define CQHTTP_TO_STR(x) _CQHTTP_TO_STR(x)
Expand All @@ -16,7 +16,7 @@
#define CQHTTP_VERSION_MINOR 5
#define CQHTTP_VERSION_PATCH 0
#define CQHTTP_VERSION_PRE _CQHTTP_BETA
#define CQHTTP_VERSION_PRE_VER 1
#define CQHTTP_VERSION_PRE_VER 2

#if CQHTTP_VERSION_PRE == _CQHTTP_ALPHA
#define CQHTTP_VERSION_PRE_S "alpha"
Expand Down

0 comments on commit daa0759

Please sign in to comment.