Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
SHIINASAMA committed Jul 7, 2024
1 parent b1dc018 commit 4828e55
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ if (WIN32 OR SESE_AUTO_VCPKG)
sese_auto_find_vcpkg()
endif ()

project(sese VERSION 2.1.2)
project(sese VERSION 2.2.0)
set(CMAKE_CXX_STANDARD 17)

set(SESE_REPO_HASH "UNKNOWN")
4 changes: 2 additions & 2 deletions package/ports/sese/portfile.cmake
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTRESS_DIR}/sese)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libsese/sese
REF 4caa74291a197a91bdf395cff9e1ac1a340ffcdc
SHA512 b281d04e60e46bc3abce4e1bae76d7dccbf6c6c7ab9a8808505667db06e000c172b0c081d5fea4d34a9188eebc13b0b362580593f9762ad60d86ca020a10ad04
REF b1dc018c3585f548f2256c5e4174d76fe0bcbacf
SHA512 7df247863d52b453a25a89361a1315d660c7d0aa7f219edfd2014f9a34b626c873bc9285eb9fcbaf275d948dcc374e1aa0a1d49605718ab6ac44628447fcd8c7
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sese",
"version": "2.1.2",
"version": "2.2.0",
"description": "A cross-platform framework for basic components.",
"homepage": "https://github.com/libsese/sese",
"license": "Apache-2.0",

0 comments on commit 4828e55

Please sign in to comment.