Skip to content

Commit 132cac9

Browse files
committed
Updating version info. [skip ci]
1 parent 4873588 commit 132cac9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(OPENSSL_ROOT_DIR "C:/Vcpkg/installed/x64-windows/") # Set this one to the fo
3434
cmake_minimum_required(VERSION 3.20)
3535
set(PROJECT_NAME "DiscordCoreAPI")
3636
set(LIB_NAME "${PROJECT_NAME}")
37-
set(PRODUCT_VERSION "1.0.0")
37+
set(PRODUCT_VERSION "1.2.0")
3838
set(DESCRIPTION "A Discord bot library, written in C++, using custom asynchronous coroutines.")
3939

4040
project(

Library/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generate_product_version(
3030
ORIGINAL_FILENAME "discordcoreapi.dll"
3131
COMPANY_NAME "RealTimeChris Inc."
3232
VERSION_MAJOR "1"
33-
VERSION_MINOR "0"
33+
VERSION_MINOR "2"
3434
VERSION_PATCH "0"
3535
VERSION_REVISION "0"
3636
)

Vcpkg/ports/discordcoreapi/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ endif()
55
vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO RealTimeChris/DiscordCoreAPI
8-
REF 07b3bdf2e4af87543e6b72ef529ebec512c560a1
9-
SHA512 5019b060ace36278119108802f3ea062f632ecec70f529cb00f9655839ac09cf831d8f22ddec6bc828a69146afc13529c43c1b9d7ca5afbbebc05f3f8a10671a
8+
REF 4873588fca98620ecac6e6ade3587b8cd147b3ab
9+
SHA512 a2ece6c0b0d62a1d50011ab5edd32ba0064459d452e33b0ba08389e85ea2d3780ba862c3aec8d9e2d20f912fab3723899650d4c3d524f7a15a8466af63328851
1010
HEAD_REF main
1111
)
1212

0 commit comments

Comments
 (0)