summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-03-28 23:45:45 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-03-28 23:45:45 +0200
commitdb6424e6390c023d8f502b4938ca0898d53523bb (patch)
tree36c0fb4d55f51fcdfda10779748b5fb747fb8785
parent0412bf46cb37c501d46e321f12683ce783ade63b (diff)
downloadfastd-db6424e6390c023d8f502b4938ca0898d53523bb.tar
fastd-db6424e6390c023d8f502b4938ca0898d53523bb.zip
Development version
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/fastd.12
-rw-r--r--doc/source/conf.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 85d1507..61689b1 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 "v18")
+set(FASTD_VERSION "v18+")
include(arch)
include(config)
diff --git a/doc/fastd.1 b/doc/fastd.1
index 1f31e25..44015af 100644
--- a/doc/fastd.1
+++ b/doc/fastd.1
@@ -1,4 +1,4 @@
-.TH FASTD 1 "March 2016" "fastd v18" "User Commands"
+.TH FASTD 1 "March 2016" "fastd v18+" "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 8d2fb2b..c83f9a8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -54,9 +54,9 @@ copyright = '2012-2016, Matthias Schiffer'
# built documents.
#
# The short X.Y version.
-version = '18'
+version = '18+'
# The full version, including alpha/beta/rc tags.
-release = '18'
+release = '18+'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.