From 0f47d83eac2047d33efdab6eeaa9f81f17e3ebd1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 26 Jun 2021 23:44:08 +0200 Subject: [PATCH] fastd v22 --- doc/fastd.1 | 2 +- doc/source/conf.py | 4 ++-- meson.build | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/fastd.1 b/doc/fastd.1 index 7bde63c..f7ec6a5 100644 --- a/doc/fastd.1 +++ b/doc/fastd.1 @@ -1,4 +1,4 @@ -.TH FASTD 1 "October 2020" "fastd v21+" "User Commands" +.TH FASTD 1 "June 2021" "fastd v22" "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 f35649f..8c27b1f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,14 +47,14 @@ # General information about the project. project = 'fastd' -copyright = '2012-2020, Matthias Schiffer' +copyright = '2012-2021, Matthias Schiffer' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '21+' +version = '22' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 06280f0..0c4d6d0 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'fastd', 'c', - version : 'v21+', + version : 'v22', default_options : [ 'c_std=c99', 'warning_level=2' ], meson_version: '>=0.49', )