From 87e493404769e12afaad199783bf0e7ba5ce656d Mon Sep 17 00:00:00 2001 From: Iswenzz Date: Thu, 14 Jul 2022 17:55:04 +0200 Subject: [PATCH] Version: Bump --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.c b/src/plugin.c index 03088eb..a1b38c6 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -206,7 +206,7 @@ PCL void OnInfoRequest(pluginInfo_t *info) // ===== OPTIONAL FIELDS ===== info->pluginVersion.major = 1; - info->pluginVersion.minor = 2; + info->pluginVersion.minor = 25; strncpy(info->fullName, "gsclib", sizeof(info->fullName)); strncpy(info->shortDescription, "gsclib acts as a standard library extension for the Call of Duty 4 scripting language.", sizeof(info->shortDescription)); strncpy(info->longDescription, "gsclib acts as a standard library extension for the Call of Duty 4 scripting language. The features this library provides consists of an FTP/FTPS/SFTP client, an HTTP/HTTPS client, Regular Expresison (RegEx) support, Language Integrated Query (Linq) support, a MySQL connector for databases, casting/type conversion and other type utilities, and much more. More detailed information on each feature can be found in the documentation section.", sizeof(info->longDescription));