diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/fastd.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39f4b53..ad4eb18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) cmake_policy(SET CMP0017 OLD) # Prefer modules in our module directory project(FASTD C ASM) -set(FASTD_VERSION "v13") +set(FASTD_VERSION "v13+") include(arch) include(config) diff --git a/doc/fastd.1 b/doc/fastd.1 index 7bb833b..8904866 100644 --- a/doc/fastd.1 +++ b/doc/fastd.1 @@ -1,4 +1,4 @@ -.TH FASTD 1 "June 2014" "fastd v13" "User Commands" +.TH FASTD 1 "June 2014" "fastd v13+" "User Commands" .SH NAME fastd \- Fast and Secure Tunnelling Daemon .SH SYNOPSIS |