Skip to content

Commit 19e1e06

Browse files
committed
Update versions
1 parent 4872372 commit 19e1e06

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10...3.20)
66

77
# Set version explicitly if not part of Boost superproject
88
if(NOT BOOST_SUPERPROJECT_VERSION)
9-
set(BOOST_INT128_VERSION 1.2.0)
9+
set(BOOST_INT128_VERSION 1.3.0)
1010
else()
1111
set(BOOST_INT128_VERSION ${BOOST_SUPERPROJECT_VERSION})
1212
endif()

ports/int128/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
vcpkg_from_github(
88
OUT_SOURCE_PATH SOURCE_PATH
99
REPO cppalliance/int128
10-
REF v1.2.0
11-
SHA512 336e77887c9dbc85dc6ec246f63a3df06e2f196d866da5a2e79e085e1b437ac8ee9870b4ef9e02e0cf06282a34f79d71ee1b0e1330e1edc46e75ab3ea6784cac
10+
REF v1.3.0
11+
SHA512 833d3bd494571c28d1b9f7e1317f70dbf412a1a5f3146ec937da13966ddc2fb25cf48ba45074a0557706a4e731264cd7e7fae3a947bc3e970a6a7dbfa8df3df4
1212
HEAD_REF master
1313
)
1414

ports/int128/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "int128",
3-
"version": "1.1.0",
3+
"version": "1.3.0",
44
"description": "Portable and performant 128-bit integers",
55
"homepage": "https://github.com/cppalliance/int128",
66
"license": "BSL-1.0",

0 commit comments

Comments
 (0)