Development version

This commit is contained in:
Matthias Schiffer 2014-11-15 18:18:46 +01:00
parent 772cd4ac94
commit 724cc3119f
2 changed files with 2 additions and 2 deletions

View file

@ -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 "v16+")
include(arch)
include(config)

View file

@ -1,4 +1,4 @@
.TH FASTD 1 "November 2014" "fastd v16" "User Commands"
.TH FASTD 1 "November 2014" "fastd v16+" "User Commands"
.SH NAME
fastd \- Fast and Secure Tunnelling Daemon
.SH SYNOPSIS