summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:07:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:07:50 +0000
commit65fb512795af2e4f3c258661e6aa05e5441ce076 (patch)
treeb038403c466b6a2d577b5c1e5778794d2436197b /CMakeLists.txt
parentAdding upstream version 1.6.3+20220719. (diff)
downloadttyd-upstream/1.7.0.tar.xz
ttyd-upstream/1.7.0.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.txt2
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)