File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
3
3
#make a universal binary on macOS
4
4
set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
5
5
6
- project (Clipboard LANGUAGES CXX C VERSION 0.5 .0)
6
+ project (Clipboard LANGUAGES CXX C VERSION 0.6 .0)
7
7
set (CMAKE_CXX_STANDARD 20)
8
8
set (CMAKE_CXX_STANDARD_REQUIRED True )
9
9
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ You can also get the latest Clipboard revision [from GitHub Actions](https://nig
109
109
### <img src =" documentation/readme-assets/InstallManually.png " alt =" Install Manually " height =25px />
110
110
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.
111
111
112
- Get the latest release instead of the latest commit by adding ` --branch 0.5 .0 ` right after ` git clone... ` .
112
+ Get the latest release instead of the latest commit by adding ` --branch 0.6 .0 ` right after ` git clone... ` .
113
113
114
114
Change the system installation prefix by adding ` -DCMAKE_INSTALL_PREFIX=/custom/prefix ` to ` cmake .. ` .
115
115
``` bash
You canโt perform that action at this time.
0 commit comments