summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-29 06:44:03 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-29 06:44:03 +0100
commit2a69e5fe2d6b89a6f477a39157d4c0b318374fc5 (patch)
treeb2db47a0ab06b9c9f39ef3698e96ca8b6bda5d29
parent295658a50cbc5188877c0ba7dcaceb269bc03ba6 (diff)
downloadfastd-2a69e5fe2d6b89a6f477a39157d4c0b318374fc5.tar
fastd-2a69e5fe2d6b89a6f477a39157d4c0b318374fc5.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 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.