diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-21 20:20:28 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-21 20:20:28 +0200 |
commit | 54a3574537b36ee60d21b0afe87940a42afe106c (patch) | |
tree | a63e797e4fafe88765f6aef40ce48fb91bb51e40 | |
parent | d5d7dc06016e0e3719e8945eaed0cdf9375fe867 (diff) | |
download | fastd-54a3574537b36ee60d21b0afe87940a42afe106c.tar fastd-54a3574537b36ee60d21b0afe87940a42afe106c.zip |
Development version
-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 |