Skip to content

Commit 81a1959

Browse files
committed
Bump to 0.7.1
1 parent 8269acc commit 81a1959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€ŽCMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
33
#make a universal binary on macOS
44
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
55

6-
project(Clipboard LANGUAGES CXX C VERSION 0.7.0)
6+
project(Clipboard LANGUAGES CXX C VERSION 0.7.1)
77
set(CMAKE_CXX_STANDARD 20)
88
set(CMAKE_CXX_STANDARD_REQUIRED True)
99

โ€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can also get the latest revision of the Clipboard Project [from GitHub Actio
114114
### <img src="documentation/readme-assets/InstallManually.png" alt="Install Manually" height=25px />
115115
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.
116116

117-
Get the latest release instead of the latest commit by adding `--branch 0.7.0` right after `git clone...`.
117+
Get the latest release instead of the latest commit by adding `--branch 0.7.1` right after `git clone...`.
118118

119119
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`.
120120
```bash

0 commit comments

Comments
ย (0)