From 838458879b9cce14c5eb3fb29cb6d9284d7e8a65 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Thu, 19 Oct 2017 20:56:52 +0800 Subject: [PATCH] Increase version --- io.github.richardchien.coolqhttpapi.json | 4 ++-- src/app.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/io.github.richardchien.coolqhttpapi.json b/io.github.richardchien.coolqhttpapi.json index 7363ab8..aebb2c9 100644 --- a/io.github.richardchien.coolqhttpapi.json +++ b/io.github.richardchien.coolqhttpapi.json @@ -2,8 +2,8 @@ "ret": 1, "apiver": 9, "name": "HTTP API", - "version": "3.0.0-beta-3", - "version_id": 302, + "version": "3.0.0", + "version_id": 303, "author": "Richard Chien", "description": "CoolQ HTTP API\r\nhttps://github.com/richardchien/coolq-http-api", "event": [ diff --git a/src/app.h b/src/app.h index ff67da1..a82bfb8 100644 --- a/src/app.h +++ b/src/app.h @@ -21,8 +21,8 @@ #define CQAPP_ID "io.github.richardchien.coolqhttpapi" #define CQAPP_NAME "CoolQ HTTP API" -#define CQAPP_VERSION "3.0.0-beta-3" -#define CQAPP_BUILD_NUMBER 302 +#define CQAPP_VERSION "3.0.0" +#define CQAPP_BUILD_NUMBER 303 #define CQAPP_FULLNAME CQAPP_NAME " v" CQAPP_VERSION #define CQAPP_USER_AGENT "CoolQHttpApi/" CQAPP_VERSION