File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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)
33#make a universal binary on macOS
44set (CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
55
6- project (Clipboard LANGUAGES CXX C VERSION 0.5 .0)
6+ project (Clipboard LANGUAGES CXX C VERSION 0.6 .0)
77set (CMAKE_CXX_STANDARD 20)
88set (CMAKE_CXX_STANDARD_REQUIRED True )
99
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
109109### <img src =" documentation/readme-assets/InstallManually.png " alt =" Install Manually " height =25px />
110110You'll need CMake and C++20 support, and if you want X11 and/or Wayland compatibility, you'll also need libx11 and/or libwayland.
111111
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... ` .
113113
114114Change the system installation prefix by adding ` -DCMAKE_INSTALL_PREFIX=/custom/prefix ` to ` cmake .. ` .
115115``` bash
You canโt perform that action at this time.
0 commit comments