diff options
-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 f20b1fc..62d9a6f 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 "v17") +set(FASTD_VERSION "v17+") include(arch) include(config) diff --git a/doc/fastd.1 b/doc/fastd.1 index 537541c..9c038b7 100644 --- a/doc/fastd.1 +++ b/doc/fastd.1 @@ -1,4 +1,4 @@ -.TH FASTD 1 "January 2015" "fastd v17" "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 e577cee..32d7b82 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 = '17' +version = '17+' # The full version, including alpha/beta/rc tags. -release = '17' +release = '17+' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |