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)
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.3.2 )
6
+ project (Clipboard LANGUAGES CXX C VERSION 0.4.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 @@ -49,7 +49,7 @@ You can also download Clipboard [directly from GitHub Actions.](https://nightly.
49
49
---
50
50
51
51
### Install Manually (you'll need CMake and C++20 support)
52
- Get the latest release instead by adding ` --branch 0.3.2 ` right after ` git clone... ` .
52
+ Get the latest release instead by adding ` --branch 0.4.0 ` right after ` git clone... ` .
53
53
Change the system installation prefix by adding ` -DCMAKE_INSTALL_PREFIX=/custom/prefix ` to ` cmake .. ` .
54
54
``` bash
55
55
git clone https://github.com/Slackadays/Clipboard
You canโt perform that action at this time.
0 commit comments