mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-14 12:25:07 +02:00
Development version
This commit is contained in:
parent
772cd4ac94
commit
724cc3119f
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue