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 4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Nov 16, 2019
1 parent e43ef39 commit 06c6fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.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.12.2",
"version_id": 435,
"version": "4.12.3",
"version_id": 436,
"author": "Richard Chien",
"description": "通过 HTTP 或 WebSocket 对 酷Q 的事件进行上报以及接收请求来调用 酷Q 的 DLL 接口,从而可以使用其它语言编写 酷Q 插件。具体见 https://cqhttp.cc。",
"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 APP_ID
#define CQHTTP_NAME "CoolQ HTTP API"

#define CQHTTP_BUILD_NUMBER 435
#define CQHTTP_BUILD_NUMBER 436

#define _CQHTTP_TO_STR(x) #x
#define CQHTTP_TO_STR(x) _CQHTTP_TO_STR(x)
Expand All @@ -14,7 +14,7 @@

#define CQHTTP_VERSION_MAJOR 4
#define CQHTTP_VERSION_MINOR 12
#define CQHTTP_VERSION_PATCH 2
#define CQHTTP_VERSION_PATCH 3
#define CQHTTP_VERSION_PRE _CQHTTP_STABLE
#define CQHTTP_VERSION_PRE_VER 0

Expand Down

0 comments on commit 06c6fa8

Please sign in to comment.