diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-11 23:53:00 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-11 23:53:00 +0100 |
commit | 66d2d1f762d2b5f75f8f48df4f6ffaa06b8c004d (patch) | |
tree | 1ace7c354d9025541da7d051d6b74ad2a1e8f231 | |
parent | 6b5c3737e8cae1ebbc2009002ae849c23477378c (diff) | |
download | fastd-66d2d1f762d2b5f75f8f48df4f6ffaa06b8c004d.tar fastd-66d2d1f762d2b5f75f8f48df4f6ffaa06b8c004d.zip |
fastd v15v15
-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 3138509..b9e8d74 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 "v15") include(arch) include(config) diff --git a/doc/fastd.1 b/doc/fastd.1 index 1809570..0098010 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 "November 2014" "fastd v15" "User Commands" .SH NAME fastd \- Fast and Secure Tunnelling Daemon .SH SYNOPSIS |