Skip to content

Commit 4cd6f83

Browse files
committed
Bump to 0.7.0
1 parent 1a78482 commit 4cd6f83

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.6.0)
6+
project(Clipboard LANGUAGES CXX C VERSION 0.7.0)
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
@@ -116,7 +116,7 @@ You can also get the latest revision of the Clipboard Project [from GitHub Actio
116116
### <img src="documentation/readme-assets/InstallManually.png" alt="Install Manually" height=25px />
117117
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.
118118

119-
Get the latest release instead of the latest commit by adding `--branch 0.6.0` right after `git clone...`.
119+
Get the latest release instead of the latest commit by adding `--branch 0.7.0` right after `git clone...`.
120120

121121
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`.
122122
```bash

0 commit comments

Comments
ย (0)