Skip to content

Commit

Permalink
fastd v17
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Jan 29, 2015
1 parent 45827d8 commit 295658a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "v17")

include(arch)
include(config)
Expand Down
2 changes: 1 addition & 1 deletion doc/fastd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FASTD 1 "November 2014" "fastd v16+" "User Commands"
.TH FASTD 1 "January 2015" "fastd v17" "User Commands"
.SH NAME
fastd \- Fast and Secure Tunnelling Daemon
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '16+'
version = '17'
# The full version, including alpha/beta/rc tags.
release = '16+'
release = '17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 295658a

Please sign in to comment.