diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-29 06:41:45 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-29 06:41:45 +0100 |
commit | 295658a50cbc5188877c0ba7dcaceb269bc03ba6 (patch) | |
tree | 384e25034c5b9c000020bbc3a9df36c07e80ed06 | |
parent | 45827d8a189724c04d11b128624742fdb3a6679b (diff) | |
download | fastd-17.tar fastd-17.zip |
fastd v17v17
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/fastd.1 | 2 | ||||
-rw-r--r-- | doc/source/conf.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b871d..f20b1fc 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 "v16+") +set(FASTD_VERSION "v17") include(arch) include(config) diff --git a/doc/fastd.1 b/doc/fastd.1 index 03b5a3c..537541c 100644 --- a/doc/fastd.1 +++ b/doc/fastd.1 @@ -1,4 +1,4 @@ -.TH FASTD 1 "November 2014" "fastd v16+" "User Commands" +.TH FASTD 1 "January 2015" "fastd v17" "User Commands" .SH NAME fastd \- Fast and Secure Tunnelling Daemon .SH SYNOPSIS diff --git a/doc/source/conf.py b/doc/source/conf.py index 72717ea..e577cee 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,9 +54,9 @@ copyright = '2012-2015, Matthias Schiffer' # built documents. # # The short X.Y version. -version = '16+' +version = '17' # The full version, including alpha/beta/rc tags. -release = '16+' +release = '17' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |