diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:07:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-08-15 12:07:50 +0000 |
commit | 65fb512795af2e4f3c258661e6aa05e5441ce076 (patch) | |
tree | b038403c466b6a2d577b5c1e5778794d2436197b /CMakeLists.txt | |
parent | Adding upstream version 1.6.3+20220719. (diff) | |
download | ttyd-65fb512795af2e4f3c258661e6aa05e5441ce076.tar.xz ttyd-65fb512795af2e4f3c258661e6aa05e5441ce076.zip |
Adding upstream version 1.7.0.upstream/1.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 822c8fb..aa0d4e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(ttyd C) -set(PROJECT_VERSION "1.6.3") +set(PROJECT_VERSION "1.7.0") find_package(Git) if(GIT_FOUND) |