diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-30 21:41:25 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-30 21:41:25 +0200 |
commit | ebe85fa478308db1d38ec7ab659d6778994f6e3b (patch) | |
tree | 52f21dbca3a527b34ce2e0f5486bb8a447661aa7 | |
parent | d4cef341eb781b70b7e8014edc21fb3af3a6c81f (diff) | |
download | fastd-ebe85fa478308db1d38ec7ab659d6778994f6e3b.tar fastd-ebe85fa478308db1d38ec7ab659d6778994f6e3b.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 a21ccdb..3138509 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 "v14") +set(FASTD_VERSION "v14+") include(arch) include(config) diff --git a/doc/fastd.1 b/doc/fastd.1 index 7b2d611..47ccabb 100644 --- a/doc/fastd.1 +++ b/doc/fastd.1 @@ -1,4 +1,4 @@ -.TH FASTD 1 "June 2014" "fastd v14" "User Commands" +.TH FASTD 1 "June 2014" "fastd v14+" "User Commands" .SH NAME fastd \- Fast and Secure Tunnelling Daemon .SH SYNOPSIS |