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