diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-21 20:16:34 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-21 20:16:34 +0200 |
commit | d5d7dc06016e0e3719e8945eaed0cdf9375fe867 (patch) | |
tree | 6a897f647cefd0e09cd037249036fbee24ebbc09 | |
parent | 556ff2e7bb36df53b3b5c0a864ec1e8e13b21af9 (diff) | |
download | fastd-d5d7dc06016e0e3719e8945eaed0cdf9375fe867.tar fastd-d5d7dc06016e0e3719e8945eaed0cdf9375fe867.zip |
fastd v13v13
-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 e4d2c9b..39f4b53 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 "v12+") +set(FASTD_VERSION "v13") include(arch) include(config) diff --git a/doc/fastd.1 b/doc/fastd.1 index 3c7db30..7bb833b 100644 --- a/doc/fastd.1 +++ b/doc/fastd.1 @@ -1,4 +1,4 @@ -.TH FASTD 1 "March 2014" "fastd v12" "User Commands" +.TH FASTD 1 "June 2014" "fastd v13" "User Commands" .SH NAME fastd \- Fast and Secure Tunnelling Daemon .SH SYNOPSIS |