From f7ed0b4f7742d659f0c63409182a6a7ad4515aa6 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Mon, 30 May 2022 07:30:13 +0200 Subject: [PATCH] early-access version 2745 --- CMakeLists.txt | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe12f3d23..8e3de90ff 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,8 +218,8 @@ if (Boost_FOUND) list(APPEND Boost_LIBRARIES Boost::context) endif() else() - message(STATUS "Boost 1.73.0 or newer not found, falling back to Conan") - list(APPEND CONAN_REQUIRED_LIBS "boost/1.78.0") + message(STATUS "Boost 1.79.0 or newer not found, falling back to Conan") + list(APPEND CONAN_REQUIRED_LIBS "boost/1.79.0") endif() # Attempt to locate any packages that are required and report the missing ones in CONAN_REQUIRED_LIBS diff --git a/README.md b/README.md index 28b2885be..2fa0ce8ff 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2744. +This is the source code for early-access 2745. ## Legal Notice