From 81a195918155d2d3fbb61bc7f1b4236330bd9adf Mon Sep 17 00:00:00 2001 From: Jackson Huff Date: Wed, 10 May 2023 13:37:49 -0400 Subject: [PATCH] Bump to 0.7.1 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03d31c740..35449c394 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) #make a universal binary on macOS set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE) -project(Clipboard LANGUAGES CXX C VERSION 0.7.0) +project(Clipboard LANGUAGES CXX C VERSION 0.7.1) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED True) diff --git a/README.md b/README.md index 3a66f7b9f..a4556a375 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ You can also get the latest revision of the Clipboard Project [from GitHub Actio ### Install Manually You'll need CMake and C++20 support, and if you want X11 and/or Wayland compatibility, you'll also need libx11 and/or libwayland plus Wayland Protocols. -Get the latest release instead of the latest commit by adding `--branch 0.7.0` right after `git clone...`. +Get the latest release instead of the latest commit by adding `--branch 0.7.1` right after `git clone...`. Change the system installation prefix by adding `-DCMAKE_INSTALL_PREFIX=/custom/prefix` to `cmake ..`, or the library install location by adding `-DCMAKE_INSTALL_LIBDIR=/custom/dir`. ```bash